diff options
author | artkolesnikov <[email protected]> | 2022-02-10 16:47:36 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:36 +0300 |
commit | 8611780b719073fe6c7e6536c71d61e20d57a5d6 (patch) | |
tree | 1284229a15a8eeeb4e9c81a6473f4e31d625cb52 /contrib/python/MarkupSafe/py2/markupsafe/_constants.py | |
parent | cfadda92ca195da3ad68d721a58872a4f1ced696 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/python/MarkupSafe/py2/markupsafe/_constants.py')
-rw-r--r-- | contrib/python/MarkupSafe/py2/markupsafe/_constants.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/python/MarkupSafe/py2/markupsafe/_constants.py b/contrib/python/MarkupSafe/py2/markupsafe/_constants.py index 7c57c2d2945..1a14c3cde1c 100644 --- a/contrib/python/MarkupSafe/py2/markupsafe/_constants.py +++ b/contrib/python/MarkupSafe/py2/markupsafe/_constants.py @@ -1,13 +1,13 @@ -# -*- coding: utf-8 -*- -""" +# -*- coding: utf-8 -*- +""" markupsafe._constants ~~~~~~~~~~~~~~~~~~~~~ - + :copyright: 2010 Pallets :license: BSD-3-Clause -""" - -HTML_ENTITIES = { +""" + +HTML_ENTITIES = { "AElig": 198, "Aacute": 193, "Acirc": 194, @@ -261,4 +261,4 @@ HTML_ENTITIES = { "zeta": 950, "zwj": 8205, "zwnj": 8204, -} +} |