etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Mon, 03 Jun 2024 22:29:20 +0200
changeset 3956 9b4ffbb95338
parent 3750 f62625418bff
permissions -rw-r--r--
C runtime: fix logging, makes test pass


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

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