author | Andrey Skvortsov <andrej.skvortzov@gmail.com> |
Wed, 01 Aug 2018 14:09:12 +0300 | |
changeset 2274 | 5cb9ef5351cc |
parent 2258 | c9915bc620cd |
child 2275 | 1bb8afa02409 |
--- 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"))