summaryrefslogtreecommitdiff
path: root/host/simu/robots/robospierre/link
diff options
context:
space:
mode:
authorNicolas Schodet2011-05-07 00:30:10 +0200
committerNicolas Schodet2011-05-07 00:43:56 +0200
commit8ed9fb23f3ab93374d9bcbe6560e84c6c1de1b2a (patch)
tree7529e399cafa97ec9d85c2f5d941314ffbd765be /host/simu/robots/robospierre/link
parent2cd5319ff81c25e4ee773a00862d26666ef2ced6 (diff)
digital/{ai,io-hub}, host/simu: use io-hub for simu
Diffstat (limited to 'host/simu/robots/robospierre/link')
-rw-r--r--host/simu/robots/robospierre/link/bag.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/simu/robots/robospierre/link/bag.py b/host/simu/robots/robospierre/link/bag.py
index 2760aec0..ac68889a 100644
--- a/host/simu/robots/robospierre/link/bag.py
+++ b/host/simu/robots/robospierre/link/bag.py
@@ -22,7 +22,7 @@
#
# }}}
"""Robospierre bag of links."""
-import io.mex
+import io_hub.mex
import asserv.mex
import mimot.mex
@@ -30,6 +30,6 @@ class Bag:
def __init__ (self, node):
self.asserv = asserv.mex.Mex (node)
- self.io = io.mex.Mex (node)
+ self.io_hub = io_hub.mex.Mex (node)
self.mimot = mimot.mex.Mex (node)