etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 20 Jun 2023 15:05:21 +0200
changeset 3822 d311880b9d15
parent 3750 f62625418bff
permissions -rw-r--r--
Tests: fix systematically rebuilding matiec


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

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