etherlab/__init__.py
author Edouard Tisserant
Fri, 01 Feb 2019 14:14:13 +0100
changeset 2486 44c2a4e2b84d
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Fixed deadlock in runtime's Worker. Was discovered while using WAMP and PYRO simultaneously.
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"))