etherlab/EthercatSlave.py
changeset 2405 af050469fc5c
parent 2397 25f16349644b
child 2643 b98d9e08231f
--- a/etherlab/EthercatSlave.py	Sat Sep 29 17:39:21 2018 +0300
+++ b/etherlab/EthercatSlave.py	Sat Sep 29 17:52:33 2018 +0300
@@ -9,13 +9,15 @@
 #
 # See COPYING file for copyrights details.
 
+from __future__ import absolute_import
+
 from PLCControler import LOCATION_CONFNODE, LOCATION_VAR_INPUT, LOCATION_VAR_OUTPUT, LOCATION_VAR_MEMORY
 from ConfigTreeNode import ConfigTreeNode
 
-from ConfigEditor import NodeEditor
+from etherlab.ConfigEditor import NodeEditor
 
 # ------------------------------------------
-from CommonEtherCATFunction import _CommonSlave
+from etherlab.CommonEtherCATFunction import _CommonSlave
 # ------------------------------------------