From 6528ebfe4928a90c6e1cc67ca25b289b7ae93ffc Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 3 Jun 2008 21:48:19 +0200 Subject: * host, digital/asserv/tools, digital/avr/modules: - cleaned up python scripts hierarchy. --- host/proto/test/asserv.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/proto/test/asserv.py') 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. -- cgit v1.2.3