ThirdParty/Pygments/pygments/unistring.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2669
11a6696ff868
child 3484
645c12de6b0c
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
9 Inspired by chartypes_create.py from the MoinMoin project. 9 Inspired by chartypes_create.py from the MoinMoin project.
10 10
11 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 11 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
12 :license: BSD, see LICENSE for details. 12 :license: BSD, see LICENSE for details.
13 """ 13 """
14 from __future__ import unicode_literals # __IGNORE_WARNING__ 14 from __future__ import unicode_literals
15 try: 15 try:
16 chr = unichr 16 chr = unichr
17 except (NameError): 17 except (NameError):
18 pass 18 pass
19 19

eric ide

mercurial