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