From 6528ebfe4928a90c6e1cc67ca25b289b7ae93ffc Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 3 Jun 2008 21:48:19 +0200 Subject: * host, digital/asserv/tools, digital/avr/modules: - cleaned up python scripts hierarchy. --- host/inter/test/test_drawable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/inter/test') diff --git a/host/inter/test/test_drawable.py b/host/inter/test/test_drawable.py index 31200252..79948e12 100644 --- a/host/inter/test/test_drawable.py +++ b/host/inter/test/test_drawable.py @@ -1,7 +1,7 @@ import sys -sys.path.append (sys.path[0] + '/..') +sys.path.append (sys.path[0] + '/../..') -from drawable import * +from inter.drawable import * from math import pi class Test (Drawable): -- cgit v1.2.3