summaryrefslogtreecommitdiff
path: root/scripts/check_sources.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check_sources.py')
-rwxr-xr-xscripts/check_sources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check_sources.py b/scripts/check_sources.py
index 4c0a27b5..0762c967 100755
--- a/scripts/check_sources.py
+++ b/scripts/check_sources.py
@@ -197,7 +197,7 @@ def main(argv):
if not in_pygments_pkg and checker.only_pkg:
continue
for lno, msg in checker(fn, lines):
- print(u"%s:%d: %s" % (fn, lno, msg), file=out)
+ print('%s:%d: %s' % (fn, lno, msg), file=out)
num += 1
if verbose:
print()