etherlab/__init__.py
author Edouard Tisserant
Wed, 06 Oct 2021 10:45:06 +0200
changeset 3333 dd49e4055a10
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Fixed two exceptions happening when interacting with viewer(s) in debug mode, when debug data is still not initialized.
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"))