graphics/__init__.py
changeset 1931 7e6b03251bfe
parent 1853 47a3f39bead0
child 1953 5736d25bb393
--- a/graphics/__init__.py	Tue Feb 13 13:57:53 2018 +0100
+++ b/graphics/__init__.py	Tue Feb 13 14:01:20 2018 +0100
@@ -24,11 +24,3 @@
 
 # Package initialisation
 
-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