etherlab/__init__.py
author Edouard Tisserant
Mon, 11 May 2020 11:10:38 +0200
changeset 2708 ea2aaeaaac4e
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
DEBUG: (IDE side) fixed wrong implementation of anti-rapid-fire leading to systematic delay in subscribing
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"))