summaryrefslogtreecommitdiff
path: root/host/inter/path.py
diff options
context:
space:
mode:
authorNicolas Schodet2009-03-14 15:57:17 +0100
committerNicolas Schodet2009-03-14 15:57:17 +0100
commit233c384c6c53f91e1405d797d9683f3296ddabc1 (patch)
tree4c212e546b0456edd6d2d7e1b18742bae86c7885 /host/inter/path.py
parent1a5e89e4030e9bb4118caebd3fdee7bd6224277c (diff)
* host/inter, host/simu:
- moved drawable and trans_matrix to the new directory structure. - new drawable behaviour.
Diffstat (limited to 'host/inter/path.py')
-rw-r--r--host/inter/path.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/inter/path.py b/host/inter/path.py
index eb5744eb..91e7fcc7 100644
--- a/host/inter/path.py
+++ b/host/inter/path.py
@@ -24,7 +24,7 @@
"""Computed path drawing."""
from Tkinter import *
-from drawable import *
+from simu.inter.drawable import *
from math import pi, cos, sin, sqrt