mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Fix test_frozen.
This commit is contained in:
parent
79139b247b
commit
96bf7e8a37
8 changed files with 87 additions and 87 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue