Mercurial > code > home > repos > light9
changeset 154:e3a92ccea4be
add cuisine path
author | dmcc |
---|---|
date | Mon, 07 Jul 2003 06:32:25 +0000 |
parents | ed277a009f57 |
children | 4c3060ceddcc |
files | flax/tracker |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/flax/tracker Mon Jul 07 06:25:40 2003 +0000 +++ b/flax/tracker Mon Jul 07 06:32:25 2003 +0000 @@ -1,6 +1,9 @@ #!/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