etherlab/__init__.py
author Edouard Tisserant
Tue, 18 Jun 2019 14:03:08 +0200
branchfix_fb_resize_wire_bug
changeset 2617 93ad3db5f9df
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Removed debug code and closed branch
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"))