etherlab/__init__.py
author Edouard Tisserant <edouard.tisserant@gmail.com>
Sun, 18 Jun 2023 16:30:48 +0200
changeset 3821 f7bc4e5832be
parent 3750 f62625418bff
permissions -rw-r--r--
Runtime: spawn_subprocess: handle non-bytes args


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

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