ThirdParty/Pygments/pygments/__init__.py

branch
Py2 comp.
changeset 2525
8b507a9a2d40
parent 2426
da76c71624de
child 3145
a9de05d4a22f
equal deleted inserted replaced
2523:139f182b72f6 2525:8b507a9a2d40
23 http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev 23 http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev
24 24
25 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 25 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
26 :license: BSD, see LICENSE for details. 26 :license: BSD, see LICENSE for details.
27 """ 27 """
28
29 from __future__ import unicode_literals # __IGNORE_WARNING__
28 30
29 __version__ = '1.6' 31 __version__ = '1.6'
30 __docformat__ = 'restructuredtext' 32 __docformat__ = 'restructuredtext'
31 33
32 __all__ = ['lex', 'format', 'highlight'] 34 __all__ = ['lex', 'format', 'highlight']

eric ide

mercurial