etherlab/__init__.py
author Edouard Tisserant <edouard@beremiz.fr>
Wed, 24 Jul 2024 15:14:02 +0200
changeset 4000 87f11a874477
parent 3750 f62625418bff
permissions -rw-r--r--
IDE: Fix "Save" toolbar button and file menu entry not appearing when extension makes changes


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

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