ThirdParty/Pygments/pygments/__init__.py

branch
Py2 comp.
changeset 3145
a9de05d4a22f
parent 2525
8b507a9a2d40
child 4172
4f20dba37ab6
equal deleted inserted replaced
3144:bb63e24383e4 3145:a9de05d4a22f
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 28
29 from __future__ import unicode_literals # __IGNORE_WARNING__ 29 from __future__ import unicode_literals
30 30
31 __version__ = '1.6' 31 __version__ = '1.6'
32 __docformat__ = 'restructuredtext' 32 __docformat__ = 'restructuredtext'
33 33
34 __all__ = ['lex', 'format', 'highlight'] 34 __all__ = ['lex', 'format', 'highlight']

eric ide

mercurial