diff options
author | Guido van Rossum <guido@python.org> | 1992-05-12 12:33:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-05-12 12:33:44 (GMT) |
commit | 44766707612ae2bdb44cf7241c7da3e875580afe (patch) | |
tree | 3ce8cc6ef21b428a2d7305b7098dd7e3e3f997f6 | |
parent | fa3de516f588166845521e2cda30a4bbb57672b4 (diff) | |
download | cpython-44766707612ae2bdb44cf7241c7da3e875580afe.zip cpython-44766707612ae2bdb44cf7241c7da3e875580afe.tar.gz cpython-44766707612ae2bdb44cf7241c7da3e875580afe.tar.bz2 |
Append /ufs/guido/src/video to sys.path.
-rwxr-xr-x | Demo/sgi/video/video.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/sgi/video/video.py b/Demo/sgi/video/video.py index 4469329..1b81bd8 100755 --- a/Demo/sgi/video/video.py +++ b/Demo/sgi/video/video.py @@ -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 |