summaryrefslogtreecommitdiff
path: root/host/inter/path.py
diff options
context:
space:
mode:
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