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/proto/test/interactive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/proto/test/interactive.py') diff --git a/host/proto/test/interactive.py b/host/proto/test/interactive.py index f68dd121..a8251f6d 100644 --- a/host/proto/test/interactive.py +++ b/host/proto/test/interactive.py @@ -1,5 +1,5 @@ import sys -sys.path.append (sys.path[0] + '/..') +sys.path.append (sys.path[0] + '/../..') import proto from fio import IO -- cgit v1.2.3