etherlab/__init__.py
changeset 2305 56f1d8aca886
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
equal deleted inserted replaced
2273:a0efe3d9c853 2305:56f1d8aca886
     1 from etherlab import *
     1 from __future__ import absolute_import
       
     2 
       
     3 from etherlab.etherlab import *
       
     4 from util.BitmapLibrary import AddBitmapFolder
       
     5 import util.paths as paths
       
     6 
       
     7 AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))