summaryrefslogtreecommitdiff
path: root/host/inter/test/test_drawable.py
diff options
context:
space:
mode:
authorNicolas Schodet2008-06-03 21:48:19 +0200
committerNicolas Schodet2008-06-03 21:48:19 +0200
commit6528ebfe4928a90c6e1cc67ca25b289b7ae93ffc (patch)
tree90c794d4d30af65b1f96b8934a7225eb03f580a3 /host/inter/test/test_drawable.py
parent384e257d56a053a7ef5f85dacf05632c24042ecd (diff)
* host, digital/asserv/tools, digital/avr/modules:
- cleaned up python scripts hierarchy.
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):