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, 1 insertions, 3 deletions
diff --git a/host/inter/test/test_drawable.py b/host/inter/test/test_drawable.py
index 6f86dd2d..ed5ba2b9 100644
--- a/host/inter/test/test_drawable.py
+++ b/host/inter/test/test_drawable.py
@@ -1,8 +1,6 @@
-import sys
-sys.path.append (sys.path[0] + '/../..')
+from math import pi
from inter.drawable import *
-from math import pi
class Test (Drawable):