ThirdParty/Pygments/pygments/formatters/rtf.py

branch
Py2 comp.
changeset 3079
0233bbe9a9c4
parent 2525
8b507a9a2d40
child 4172
4f20dba37ab6
equal deleted inserted replaced
3066:76a310bc7bba 3079:0233bbe9a9c4
6 A formatter that generates RTF files. 6 A formatter that generates RTF files.
7 7
8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS. 8 :copyright: Copyright 2006-2013 by the Pygments team, see AUTHORS.
9 :license: BSD, see LICENSE for details. 9 :license: BSD, see LICENSE for details.
10 """ 10 """
11
12 from __future__ import unicode_literals # __IGNORE_WARNING__
13 11
14 from pygments.formatter import Formatter 12 from pygments.formatter import Formatter
15 13
16 14
17 __all__ = ['RtfFormatter'] 15 __all__ = ['RtfFormatter']

eric ide

mercurial