diff -r c9915bc620cd -r 5cb9ef5351cc etherlab/__init__.py --- 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"))