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/inter/test/test_drawable.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'host/inter/test/test_drawable.py') diff --git a/host/inter/test/test_drawable.py b/host/inter/test/test_drawable.py index 6f86dd2d..ed5ba2b9 100644 --- a/host/inter/test/test_drawable.py +++ b/host/inter/test/test_drawable.py @@ -1,8 +1,6 @@ -import sys -sys.path.append (sys.path[0] + '/../..') +from math import pi from inter.drawable import * -from math import pi class Test (Drawable): -- cgit v1.2.3