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/inter_node.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'host/inter/inter_node.py') diff --git a/host/inter/inter_node.py b/host/inter/inter_node.py index 8e51b953..96648c6f 100644 --- a/host/inter/inter_node.py +++ b/host/inter/inter_node.py @@ -24,7 +24,7 @@ """Inter, coupled with a mex Node.""" if __name__ == '__main__': import sys - sys.path.append (sys.path[0] + '/../mex') + sys.path.append (sys.path[0] + '/..') from inter import Inter, Obstacle from dist_sensor import DistSensor @@ -206,9 +206,9 @@ class InterNode (Inter): if __name__ == '__main__': import mex.hub - import mex.forked + import utils.forked h = mex.hub.Hub (min_clients = 1) - fh = mex.forked.Forked (h.wait) + fh = utils.forked.Forked (h.wait) try: app = InterNode () app.mainloop() -- cgit v1.2.3