Changeset - e3a92ccea4be
[Not reviewed]
default
0 1 0
dmcc - 21 years ago 2003-07-07 06:32:25

add cuisine path
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
flax/tracker
Show inline comments
 
#!/usr/bin/python
 
from __future__ import division,nested_scopes
 

	
 
from __future__ import division,nested_scopes
 
import sys
 
sys.path.append("../../editor/pour")
 

	
 
from skim.zooming import Zooming,Pair
 
from math import sqrt,sin,cos
 
from pygame.rect import Rect
0 comments (0 inline, 0 general)