From b3aef4ea3a043c1988451bf237902fa77bccb0d5 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sun, 23 Aug 2020 09:42:11 +1000 Subject: Revert "MakeHeader.py: use python3 shebang" This reverts commit 40ac7a88af5a2c7c0d03ca4ddb09cde01f7e80c5. as it causes build failure on non-python3 platforms. --- scripts/MakeHeader.py | 4 ++-- 1 file 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: -- cgit v1.2.3