etherlab/__init__.py
changeset 2274 5cb9ef5351cc
parent 2022 c2295d311402
child 3750 f62625418bff
equal deleted inserted replaced
2258:c9915bc620cd 2274:5cb9ef5351cc
     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"))