summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/test/test_path.py
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/path/test/test_path.py')
-rw-r--r--digital/avr/modules/path/test/test_path.py5
1 files changed, 2 insertions, 3 deletions
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):