etherlab/__init__.py
author Mario de Sousa <msousa@fe.up.pt>
Sun, 07 Jun 2020 18:34:32 +0100
changeset 2663 54f5b8e5c8d2
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Modbus plugin: fix algorithm detecting Modbus TCP servers using the same IP port on the same network interface
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"))