etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Thu, 21 Oct 2021 20:56:05 +0200
branchwxPython4
changeset 3369 c646a1f0fb0b
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Make OPC-UA client compatible with wxPython3, util wxPython4 branch deserve to be merged
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"))