etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 18 Feb 2022 14:51:58 +0100
branchwxPython4
changeset 3429 67a4d207bace
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
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"))