etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Wed, 27 Jul 2022 21:34:23 +0200
branchwxPython4
changeset 3565 6d3cb1ab1ef7
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
tests: debug_project IDE test: give up with unreliable OCR for "Force value" menu entry.
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"))