mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
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:
parent
4045c2fa5b
commit
e1783324ab
4 changed files with 73 additions and 53 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue