summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-08-23 09:42:11 +1000
committerNathan Scott <nathans@redhat.com>2020-08-23 09:42:11 +1000
commitb3aef4ea3a043c1988451bf237902fa77bccb0d5 (patch)
treeb7ba3cf11e29ad5ba81c8d43c8a931c108f95ca2
parent6900e57efde3fdb32cc1e8d1a8efc2bee8df73ba (diff)
Revert "MakeHeader.py: use python3 shebang"
This reverts commit 40ac7a88af5a2c7c0d03ca4ddb09cde01f7e80c5. as it causes build failure on non-python3 platforms.
-rwxr-xr-xscripts/MakeHeader.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/MakeHeader.py b/scripts/MakeHeader.py
index 24533a62..3ef34b88 100755
--- a/scripts/MakeHeader.py
+++ b/scripts/MakeHeader.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python3
-import os, sys, io
+#!/usr/bin/env python
+import os, sys, string, io
try:
from StringIO import StringIO
except ImportError:

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