graphics/__init__.py
changeset 1853 47a3f39bead0
parent 1571 486f94a8032c
child 1931 7e6b03251bfe
--- a/graphics/__init__.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/graphics/__init__.py	Mon Oct 09 18:13:26 2017 +0300
@@ -24,9 +24,11 @@
 
 # Package initialisation
 
-from GraphicCommons import *
-from FBD_Objects import *
-from LD_Objects import *
-from SFC_Objects import *
-from RubberBand import RubberBand
-from DebugDataConsumer import DebugDataConsumer
+from __future__ import absolute_import
+
+from graphics.GraphicCommons import *
+from graphics.FBD_Objects import *
+from graphics.LD_Objects import *
+from graphics.SFC_Objects import *
+from graphics.RubberBand import RubberBand
+from graphics.DebugDataConsumer import DebugDataConsumer