etherlab/__init__.py
author Edouard Tisserant
Tue, 16 Apr 2019 11:26:34 +0200
changeset 2595 a0d2741a6722
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Ensure Beremiz_service.py quits properly when Main Worker stops and wa are using Wx and/or Twisted.
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"))