etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Tue, 20 Feb 2024 11:37:54 +0100
changeset 3892 1675b5533e9e
parent 3750 f62625418bff
permissions -rw-r--r--
Fix argument lexer in ProcessLogger, replace it with shlex standard python module.


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

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