mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Append /ufs/guido/src/video to sys.path.
This commit is contained in:
parent
fa3de516f5
commit
4476670761
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ import time
|
||||||
import sys
|
import sys
|
||||||
import al
|
import al
|
||||||
import AL
|
import AL
|
||||||
|
|
||||||
|
sys.path.append('/ufs/guido/src/video') # Increase chance to find colorsys
|
||||||
import colorsys
|
import colorsys
|
||||||
|
|
||||||
BUFFERSIZE = 32000
|
BUFFERSIZE = 32000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue