diff options
-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 |