2425:ace8a08028f3 | 2426:da76c71624de |
---|---|
3 pygments.formatters | 3 pygments.formatters |
4 ~~~~~~~~~~~~~~~~~~~ | 4 ~~~~~~~~~~~~~~~~~~~ |
5 | 5 |
6 Pygments formatters. | 6 Pygments formatters. |
7 | 7 |
8 :copyright: Copyright 2006-2012 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 import os.path | 11 import os.path |
12 import fnmatch | 12 import fnmatch |
13 | 13 |