etherlab/__init__.py
author Edouard Tisserant
Thu, 18 Apr 2019 14:34:22 +0200
branchfix_PLC_runtime_shutdown
changeset 2603 1ffdc62784cf
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Add some "pipe to self" trick in Pyro server to accelerate runtime shutdown instead of waiting for arbitrary pyro timeout.
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"))