etherlab/__init__.py
author Edouard Tisserant
Thu, 18 Apr 2019 14:35:42 +0200
branchfix_PLC_runtime_shutdown
changeset 2604 c8a25a3a7f8b
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Runtime worker : unblock the last waiting job and prevent any new job to wait when Main Worker is being shut down.
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"))