mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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 al
|
||||
import AL
|
||||
|
||||
sys.path.append('/ufs/guido/src/video') # Increase chance to find colorsys
|
||||
import colorsys
|
||||
|
||||
BUFFERSIZE = 32000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue