summaryrefslogtreecommitdiff
path: root/digital/asserv/tools/test_goto.py
diff options
context:
space:
mode:
authorNicolas Schodet2009-03-03 00:55:17 +0100
committerNicolas Schodet2009-03-03 00:55:17 +0100
commit55cff25cd18d429cc994ba7262767b73b6a4f862 (patch)
treee2343a94fc3f33b60caeb3f4cd7992446b1aee55 /digital/asserv/tools/test_goto.py
parent443ed8a8f04b18297f6b2e9f559b700dbbba7bd9 (diff)
* all python:
- no longer use sys.path, user should set PYTHONPATH.
Diffstat (limited to 'digital/asserv/tools/test_goto.py')
-rw-r--r--digital/asserv/tools/test_goto.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/digital/asserv/tools/test_goto.py b/digital/asserv/tools/test_goto.py
index 097cff69..050779a9 100644
--- a/digital/asserv/tools/test_goto.py
+++ b/digital/asserv/tools/test_goto.py
@@ -1,5 +1,4 @@
import sys
-sys.path.append (sys.path[0] + '/../../../host')
from asserv import Asserv
import asserv.init