summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:37:27 +0200
committerChristian Göttsche <cgzones@googlemail.com>2020-08-21 10:37:27 +0200
commit40ac7a88af5a2c7c0d03ca4ddb09cde01f7e80c5 (patch)
treec8d280b66c51338b204dca60968f56c03a30feec /scripts
parentd6adc2b68143b0baef5ad60f0cb0dea70c913ee0 (diff)
MakeHeader.py: use python3 shebang
Also drop unused import
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/MakeHeader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MakeHeader.py b/scripts/MakeHeader.py
index 3ef34b88..24533a62 100755
--- a/scripts/MakeHeader.py
+++ b/scripts/MakeHeader.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-import os, sys, string, io
+#!/usr/bin/env python3
+import os, sys, io
try:
from StringIO import StringIO
except ImportError:

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