comparison flax/tracker @ 154:e3a92ccea4be

add cuisine path
author dmcc
date Mon, 07 Jul 2003 06:32:25 +0000
parents e6ca7c1f0b1e
children 224505b0c21e
comparison
equal deleted inserted replaced
153:ed277a009f57 154:e3a92ccea4be
1 #!/usr/bin/python 1 #!/usr/bin/python
2
3 from __future__ import division,nested_scopes 2 from __future__ import division,nested_scopes
3
4 import sys
5 sys.path.append("../../editor/pour")
6
4 from skim.zooming import Zooming,Pair 7 from skim.zooming import Zooming,Pair
5 from math import sqrt,sin,cos 8 from math import sqrt,sin,cos
6 from pygame.rect import Rect 9 from pygame.rect import Rect
7 from xmlnodebase import xmlnodeclass,collectiveelement,xmldocfile 10 from xmlnodebase import xmlnodeclass,collectiveelement,xmldocfile
8 import dispatcher 11 import dispatcher