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

@ -1 +1 @@
print 'Hello world...'
print('Hello world...')