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'] |