From 55cff25cd18d429cc994ba7262767b73b6a4f862 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 3 Mar 2009 00:55:17 +0100 Subject: * all python: - no longer use sys.path, user should set PYTHONPATH. --- host/proto/test/asserv.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'host/proto/test') diff --git a/host/proto/test/asserv.py b/host/proto/test/asserv.py index 1628c27d..2fc1edbf 100644 --- a/host/proto/test/asserv.py +++ b/host/proto/test/asserv.py @@ -1,9 +1,8 @@ import sys -sys.path.append (sys.path[0] + '/../..') +import time, select, os import proto from proto.popen_io import PopenIO -import time, select, os # Pass program name as argument. io = PopenIO (sys.argv[1:]) -- cgit v1.2.3