etherlab/__init__.py
author GP Orcullo <kinsamanka@gmail.com>
Thu, 10 Nov 2022 10:45:40 +0800
branchpython3
changeset 3780 fdd7f9938e59
parent 3750 f62625418bff
permissions -rw-r--r--
fix platform identification when running CLI under Win32


from etherlab.etherlab import *
from util.BitmapLibrary import AddBitmapFolder
import util.paths as paths

AddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))