etherlab/__init__.py
author Edouard Tisserant
Mon, 10 Dec 2018 11:22:43 +0100
changeset 2469 e8760be772d5
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Make easier to read console error message in case of connection problem.
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"))