]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Created Vedit.py, the video editor. This uses the classes in Viewer.py.
authorGuido van Rossum <guido@python.org>
Tue, 25 Aug 1992 12:29:30 +0000 (12:29 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Aug 1992 12:29:30 +0000 (12:29 +0000)
commit9ee7e159663ff81b3651a556dfde73574724ac26
tree28988ccd34af9a321471b02e0b348ff4eb0945b9
parente1b4d7ce14c3463c14a188cb86eb1e267e66c254
Created Vedit.py, the video editor.  This uses the classes in Viewer.py.
Viewer.py in turn requires changes to VFile.py (unfortunately that file
is now a complete mess...).
Demo/sgi/video/README
Demo/sgi/video/VFile.py
Demo/sgi/video/Vedit.py [new file with mode: 0755]
Demo/sgi/video/VeditForm.fd [new file with mode: 0644]
Demo/sgi/video/Viewer.py [new file with mode: 0755]
Demo/sgi/video/Vplay.py