etherlab/__init__.py
author Edouard Tisserant
Tue, 23 Oct 2018 13:34:15 +0200
changeset 2320 dd959601e67a
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Force Zeroconf to listen and answer only on interface specified with '-i' command line argument.
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"))