summaryrefslogtreecommitdiff
path: root/scripts/check_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-xscripts/check_sources.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index 70013dcf..759fce72 100755
--- a/scripts/check_sources.py
+++ b/scripts/check_sources.py
@@ -10,9 +10,12 @@
:copyright: Copyright 2006-2014 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
+
from __future__ import print_function
-import sys, os, re
+import os
+import re
+import sys
import getopt
import cStringIO
from os.path import join, splitext, abspath