Kaydet (Commit) a847ccbe authored tarafından Georg Brandl's avatar Georg Brandl

Fix missing import.

üst 29848f05
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 ...')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment