summaryrefslogtreecommitdiff
path: root/host/proto/test
diff options
context:
space:
mode:
Diffstat (limited to 'host/proto/test')
-rw-r--r--host/proto/test/asserv.py4
-rw-r--r--host/proto/test/interactive.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/host/proto/test/asserv.py b/host/proto/test/asserv.py
index 265f0815..1628c27d 100644
--- a/host/proto/test/asserv.py
+++ b/host/proto/test/asserv.py
@@ -1,8 +1,8 @@
import sys
-sys.path.append (sys.path[0] + '/..')
+sys.path.append (sys.path[0] + '/../..')
import proto
-from popen_io import PopenIO
+from proto.popen_io import PopenIO
import time, select, os
# Pass program name as argument.
diff --git a/host/proto/test/interactive.py b/host/proto/test/interactive.py
index f68dd121..a8251f6d 100644
--- a/host/proto/test/interactive.py
+++ b/host/proto/test/interactive.py
@@ -1,5 +1,5 @@
import sys
-sys.path.append (sys.path[0] + '/..')
+sys.path.append (sys.path[0] + '/../..')
import proto
from fio import IO