33 |
33 |
34 |
34 |
35 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. |
35 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. |
36 :license: BSD, see LICENSE for details. |
36 :license: BSD, see LICENSE for details. |
37 """ |
37 """ |
38 from __future__ import unicode_literals # __IGNORE_WARNING__ |
38 from __future__ import unicode_literals |
39 |
39 |
40 try: |
40 try: |
41 import pkg_resources |
41 import pkg_resources |
42 except ImportError: |
42 except ImportError: |
43 pkg_resources = None |
43 pkg_resources = None |