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/mex/test/test.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'host/mex/test/test.py') 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 -- cgit v1.2.3