summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: