etherlab/__init__.py
author Edouard Tisserant
Thu, 31 Jan 2019 14:10:06 +0100
changeset 2485 ef327451d067
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Add a debugger token to SetTraceVariables and GetTraceVariables to prevent crash an inconsistant data in case of multiple connections. Last connection now takes over existing connections's debug, and first connected IDE gets a wrning.
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"))