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. --- digital/avr/modules/path/test/test_path.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'digital/avr/modules/path') diff --git a/digital/avr/modules/path/test/test_path.py b/digital/avr/modules/path/test/test_path.py index ff9b425c..328f6333 100644 --- a/digital/avr/modules/path/test/test_path.py +++ b/digital/avr/modules/path/test/test_path.py @@ -22,12 +22,11 @@ # # }}} """Graphic interface for test_path.""" -import sys -sys.path.append ('../../../../../host') +import re + from Tkinter import * from inter.drawable import * from subprocess import Popen, PIPE -import re class Obstacle: def __init__ (self, pos, radius): -- cgit v1.2.3