Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4476670

Browse files
committed
Append /ufs/guido/src/video to sys.path.
1 parent fa3de51 commit 4476670

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Demo/sgi/video/video.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
import sys
77
import al
88
import AL
9+
10+
sys.path.append('/ufs/guido/src/video') # Increase chance to find colorsys
911
import colorsys
1012

1113
BUFFERSIZE = 32000

0 commit comments

Comments
 (0)