etherlab/__init__.py
author Mario de Sousa <msousa@fe.up.pt>
Mon, 21 Dec 2020 22:32:03 +0000
changeset 2715 1215a6b741d5
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Modbus plugin: fix bug - map BOOL flag onto C u8 (was incorrectly mapped onto u16)
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"))