etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 12 Apr 2023 19:28:37 +0200
branchpython3
changeset 3791 c98646b1c981
parent 3750 f62625418bff
permissions -rw-r--r--
Fixes for wxPython-4.0.7 (ubuntu22) compatible with wxPython-4.1.x


from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths

AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))