etherlab/__init__.py
author Edouard Tisserant
Thu, 28 Mar 2019 13:09:11 +0100
branchwx.NewID_abuse_fix
changeset 2580 9234abac093f
parent 2274 5cb9ef5351cc
child 3750 f62625418bff
permissions -rw-r--r--
Enhanced statistics display code, used it and saw no more noticable leak while editing. Closing branch.
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"))