andrej@2274: from __future__ import absolute_import
andrej@2274: 
andrej@2274: from etherlab.etherlab import *
andrej@2274: from util.BitmapLibrary import AddBitmapFolder
andrej@2274: import util.paths as paths
andrej@2274: 
andrej@2274: AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))