etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 25 Nov 2019 08:10:45 +0100
changeset 2643 b98d9e08231f
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Etherlab : Merged 2014-2018 changes from jblee and others
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"))