etherlab/etherlab.py
changeset 2049 438a4a1ff188
parent 2048 5726f2bbdace
child 2052 bf9d93a06a18
--- a/etherlab/etherlab.py	Sun May 20 22:42:37 2012 +0200
+++ b/etherlab/etherlab.py	Sun May 20 23:05:36 2012 +0200
@@ -10,7 +10,7 @@
 from ConfigEditor import NodeEditor, CIA402NodeEditor, ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE
 
 try:
-    from confnodes.motion import Headers, AxisXSD
+    from MotionLibrary import Headers, AxisXSD
     HAS_MCL = True
 except:
     HAS_MCL = False