summaryrefslogtreecommitdiff
path: root/host/mex/test/test.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/mex/test/test.py
parent384e257d56a053a7ef5f85dacf05632c24042ecd (diff)
* host, digital/asserv/tools, digital/avr/modules:
- cleaned up python scripts hierarchy.
Diffstat (limited to 'host/mex/test/test.py')
-rw-r--r--host/mex/test/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/mex/test/test.py b/host/mex/test/test.py
index bdb705a2..c4382c2c 100644
--- a/host/mex/test/test.py
+++ b/host/mex/test/test.py
@@ -1,10 +1,10 @@
import sys
-sys.path.append (sys.path[0] + '/..')
+sys.path.append (sys.path[0] + '/../..')
from mex.hub import Hub
from mex.node import Node
from mex.msg import Msg
-from mex.forked import Forked
+from utils.forked import Forked
import select
def log (x):