summaryrefslogtreecommitdiff
path: root/scripts/vim2pygments.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 /scripts/vim2pygments.py
parent5f4b1d0ffe1274f8632911e0edf183995f787e41 (diff)
downloadpygments-git-py2removal.tar.gz
Remove unneeded future imports.py2removal
Diffstat (limited to 'scripts/vim2pygments.py')
-rwxr-xr-xscripts/vim2pygments.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/vim2pygments.py b/scripts/vim2pygments.py
index 7012157c..50d69bc6 100755
--- a/scripts/vim2pygments.py
+++ b/scripts/vim2pygments.py
@@ -11,8 +11,6 @@
:license: BSD, see LICENSE for details.
"""
-from __future__ import print_function
-
import sys
import re
from os import path