summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/makeconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/freeze/makeconfig.py')
-rw-r--r--Tools/freeze/makeconfig.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Tools/freeze/makeconfig.py b/Tools/freeze/makeconfig.py
index bed6f6a..018992c 100644
--- a/Tools/freeze/makeconfig.py
+++ b/Tools/freeze/makeconfig.py
@@ -1,5 +1,5 @@
import re
-
+import sys
# Write the config.c file
@@ -37,7 +37,6 @@ def makeconfig(infp, outfp, modules, with_ifdef=0):
# Test program.
def test():
- import sys
if not sys.argv[3:]:
print('usage: python makeconfig.py config.c.in outputfile', end=' ')
print('modulename ...')