summaryrefslogtreecommitdiff
path: root/host/mex
diff options
context:
space:
mode:
authorNicolas Schodet2009-03-03 00:55:17 +0100
committerNicolas Schodet2009-03-03 00:55:17 +0100
commit55cff25cd18d429cc994ba7262767b73b6a4f862 (patch)
treee2343a94fc3f33b60caeb3f4cd7992446b1aee55 /host/mex
parent443ed8a8f04b18297f6b2e9f559b700dbbba7bd9 (diff)
* all python:
- no longer use sys.path, user should set PYTHONPATH.
Diffstat (limited to 'host/mex')
-rw-r--r--host/mex/test/test.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/host/mex/test/test.py b/host/mex/test/test.py
index 4be24f49..c1a8e0ab 100644
--- a/host/mex/test/test.py
+++ b/host/mex/test/test.py
@@ -1,11 +1,9 @@
-import sys
-sys.path.append (sys.path[0] + '/../..')
+import select
from mex.hub import Hub
from mex.node import Node
from mex.msg import Msg
from utils.forked import Forked
-import select
def log (x):
print x