diff -r a0efe3d9c853 -r 56f1d8aca886 etherlab/__init__.py --- 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"))