Fix missing import.

This commit is contained in:
Georg Brandl 2010-10-21 13:01:23 +00:00
parent 29848f0570
commit a847ccbeae

View file

@ -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 ...')