diff options
author | Guido van Rossum <guido@python.org> | 1992-08-18 21:11:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-18 21:11:18 (GMT) |
commit | 7268c93c5536471d544a5249a0c275a9f208c2c6 (patch) | |
tree | f05be74cc41fa0815b11cd70ab98e330298faafb /Demo/sgi/video/makemovie.py | |
parent | 8b9c734e127852da5fe993946cbf8948747ecd8b (diff) | |
download | cpython-7268c93c5536471d544a5249a0c275a9f208c2c6.zip cpython-7268c93c5536471d544a5249a0c275a9f208c2c6.tar.gz cpython-7268c93c5536471d544a5249a0c275a9f208c2c6.tar.bz2 |
Minor improvements, comments; fix Vinfo -d.
Diffstat (limited to 'Demo/sgi/video/makemovie.py')
-rwxr-xr-x | Demo/sgi/video/makemovie.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/makemovie.py b/Demo/sgi/video/makemovie.py index 983e5ed..5cb41cd 100755 --- a/Demo/sgi/video/makemovie.py +++ b/Demo/sgi/video/makemovie.py @@ -1,5 +1,5 @@ +#! /ufs/guido/bin/sgi/python #! /ufs/guido/src/video/py -# XXX for now, you need this special version of Python # Capture a CMIF movie using the Indigo video library and board |