etherlab/__init__.py
author Edouard Tisserant
Wed, 13 Nov 2019 11:21:04 +0100
branchsvghmi
changeset 2813 ac736a878188
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Add FatalError() method to ConfigTreeNode.
Extensions can report error addressed to user, without a traceback.
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"))