etherlab/__init__.py
changeset 2274 5cb9ef5351cc
parent 2022 c2295d311402
child 3750 f62625418bff
--- a/etherlab/__init__.py	Wed Aug 01 13:09:45 2018 +0300
+++ b/etherlab/__init__.py	Wed Aug 01 14:09:12 2018 +0300
@@ -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"))