etherlab/__init__.py
author Edouard Tisserant
Tue, 26 May 2020 09:58:20 +0200
changeset 2645 d15a997859b1
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Solve import order problem when POULibrary imports ConfigTreeNode because of UserAddressedException. Now UserAddressedException is declared in POULibrary.py, as a quick and dirty fix, but some independant module should be created for beremiz exceptions in general.
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"))