summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-23 12:54:39 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-25 12:00:08 +0200
commitb4ceb83d760e7f58eed7d6785c81bece01c29662 (patch)
tree29fdc1285b741cdc51e029cc177bfe669a7b6b2c /scripts
parent1130ad8b739be8f10bcf49a3928264cdf5566258 (diff)
MakeHeader.py.in: remove unused import
Diffstat (limited to 'scripts')
-rw-r--r--scripts/MakeHeader.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/MakeHeader.py.in b/scripts/MakeHeader.py.in
index 9da6685a..8a688778 100644
--- a/scripts/MakeHeader.py.in
+++ b/scripts/MakeHeader.py.in
@@ -1,5 +1,5 @@
#!/usr/bin/env @PYTHON@
-import os, sys, string, io
+import os, sys, io
try:
from StringIO import StringIO
except ImportError:

© 2014-2024 Faster IT GmbH | imprint | privacy policy