etherlab/__init__.py
changeset 2305 56f1d8aca886
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
--- a/etherlab/__init__.py	Wed Sep 12 11:36:50 2018 +0200
+++ b/etherlab/__init__.py	Wed Sep 12 22:59:30 2018 +0200
@@ -1,1 +1,7 @@
-from etherlab import *
\ No newline at end of file
+from __future__ import absolute_import
+
+from etherlab.etherlab import *
+from util.BitmapLibrary import AddBitmapFolder
+import util.paths as paths
+
+AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))