ThirdParty/Pygments/pygments/plugin.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2426
da76c71624de
child 3145
a9de05d4a22f
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
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__
39
38 try: 40 try:
39 import pkg_resources 41 import pkg_resources
40 except ImportError: 42 except ImportError:
41 pkg_resources = None 43 pkg_resources = None
42 44

eric ide

mercurial