etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Tue, 30 May 2023 13:00:50 +0200
changeset 3815 56f08ab3a491
parent 3750 f62625418bff
permissions -rw-r--r--
Tests: Fix dockerfile for python3


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

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