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 |