summaryrefslogtreecommitdiff
path: root/host/inter/test/test_drawable.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/inter/test/test_drawable.py')
-rw-r--r--host/inter/test/test_drawable.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/inter/test/test_drawable.py b/host/inter/test/test_drawable.py
index 31200252..79948e12 100644
--- a/host/inter/test/test_drawable.py
+++ b/host/inter/test/test_drawable.py
@@ -1,7 +1,7 @@
import sys
-sys.path.append (sys.path[0] + '/..')
+sys.path.append (sys.path[0] + '/../..')
-from drawable import *
+from inter.drawable import *
from math import pi
class Test (Drawable):