etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 24 Jan 2024 10:42:10 +0100
changeset 3895 b8f301b75567
parent 3750 f62625418bff
permissions -rw-r--r--
Fix deprecated WX call producing warning.


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

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