diff -r 87eb184414bd -r af050469fc5c etherlab/EthercatSlave.py --- 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 # ------------------------------------------