etherlab/etherlab.py
changeset 2405 af050469fc5c
parent 2397 25f16349644b
child 2406 ffd091b51cd0
--- a/etherlab/etherlab.py	Sat Sep 29 17:39:21 2018 +0300
+++ b/etherlab/etherlab.py	Sat Sep 29 17:52:33 2018 +0300
@@ -9,6 +9,7 @@
 #
 # See COPYING file for copyrights details.
 
+from __future__ import absolute_import
 import os
 import shutil
 import csv
@@ -20,9 +21,9 @@
 
 from ConfigTreeNode import XSDSchemaErrorMessage
 
-from EthercatSlave import ExtractHexDecValue, ExtractName
-from EthercatMaster import _EthercatCTN
-from ConfigEditor import LibraryEditor, ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE
+from etherlab.EthercatSlave import ExtractHexDecValue, ExtractName
+from etherlab.EthercatMaster import _EthercatCTN
+from etherlab.ConfigEditor import LibraryEditor, ETHERCAT_VENDOR, ETHERCAT_GROUP, ETHERCAT_DEVICE
 
 ScriptDirectory = os.path.split(os.path.realpath(__file__))[0]