Fix test_frozen.

This commit is contained in:
Guido van Rossum 2007-02-09 23:27:01 +00:00
parent 79139b247b
commit 96bf7e8a37
8 changed files with 87 additions and 87 deletions

View file

@ -40,8 +40,8 @@ def makeconfig(infp, outfp, modules, with_ifdef=0):
def test():
import sys
if not sys.argv[3:]:
print 'usage: python makeconfig.py config.c.in outputfile',
print 'modulename ...'
print('usage: python makeconfig.py config.c.in outputfile', end=' ')
print('modulename ...')
sys.exit(2)
if sys.argv[1] == '-':
infp = sys.stdin