6 Pygments formatters. |
6 Pygments formatters. |
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 from __future__ import unicode_literals # __IGNORE_WARNING__ |
|
12 |
11 import os.path |
13 import os.path |
12 import fnmatch |
14 import fnmatch |
13 |
15 |
14 from pygments.formatters._mapping import FORMATTERS |
16 from pygments.formatters._mapping import FORMATTERS |
15 from pygments.plugin import find_plugin_formatters |
17 from pygments.plugin import find_plugin_formatters |