Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:

missing -n in help(), bogus frame skipping; and added patch for
weird time jumps.  Removed colorsys.py (now in std library).
Fixed "sys.write" error in vcopy.py.  Restructured README.
This commit is contained in:
Guido van Rossum 1992-09-07 09:35:23 +00:00
parent 4045c2fa5b
commit e1783324ab
4 changed files with 73 additions and 53 deletions

View file

@ -10,7 +10,7 @@ def report(time, iframe):
print 'Frame', iframe, ': t =', time
def usage():
sys.write('usage: vcopy infile outfile\n')
sys.stderr.write('usage: vcopy infile outfile\n')
sys.exit(2)
def help():