]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Append /ufs/guido/src/video to sys.path.
authorGuido van Rossum <guido@python.org>
Tue, 12 May 1992 12:33:44 +0000 (12:33 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 May 1992 12:33:44 +0000 (12:33 +0000)
Demo/sgi/video/video.py

index 4469329444a07167ccaeb83af8529e7bfb12b173..1b81bd83f7ce580eecd657664aab648b56d81676 100755 (executable)
@@ -6,6 +6,8 @@ import time
 import sys
 import al
 import AL
+
+sys.path.append('/ufs/guido/src/video') # Increase chance to find colorsys
 import colorsys
 
 BUFFERSIZE = 32000