summaryrefslogtreecommitdiff
path: root/pygments/formatters/_mapping.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2020-01-05 08:02:50 +0100
committerGeorg Brandl <georg@python.org>2020-01-05 08:02:50 +0100
commit57ddd1f1f03ba0ce51eeaabfe15aa5da90574784 (patch)
tree46c79e1c34fb77ee7743e25c6dbc7ff26f9506b5 /pygments/formatters/_mapping.py
parent5f4b1d0ffe1274f8632911e0edf183995f787e41 (diff)
downloadpygments-git-py2removal.tar.gz
Remove unneeded future imports.py2removal
Diffstat (limited to 'pygments/formatters/_mapping.py')
-rwxr-xr-xpygments/formatters/_mapping.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pygments/formatters/_mapping.py b/pygments/formatters/_mapping.py
index 5086e519..48703694 100755
--- a/pygments/formatters/_mapping.py
+++ b/pygments/formatters/_mapping.py
@@ -13,8 +13,6 @@
:license: BSD, see LICENSE for details.
"""
-from __future__ import print_function
-
FORMATTERS = {
'BBCodeFormatter': ('pygments.formatters.bbcode', 'BBCode', ('bbcode', 'bb'), (), 'Format tokens with BBcodes. These formatting codes are used by many bulletin boards, so you can highlight your sourcecode with pygments before posting it there.'),
'BmpImageFormatter': ('pygments.formatters.img', 'img_bmp', ('bmp', 'bitmap'), ('*.bmp',), 'Create a bitmap image from source code. This uses the Python Imaging Library to generate a pixmap from the source code.'),