etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Fri, 29 Oct 2021 18:07:28 +0200
changeset 3378 e655ec8162e1
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
OPC-UA: fix types in model not being preserved after reload of CSV file, leading to exception when changing selection lists content.
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"))