runtime/__init__.py
changeset 1853 47a3f39bead0
parent 1667 cefc9219bb48
child 1984 081265cda5b1
--- a/runtime/__init__.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/runtime/__init__.py	Mon Oct 09 18:13:26 2017 +0300
@@ -21,8 +21,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-
+from __future__ import absolute_import
 import os
 
-from PLCObject import PLCObject, PLCprint
-import ServicePublisher
+from runtime.PLCObject import PLCObject, PLCprint
+import runtime.ServicePublisher