beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix image generation from svg script that was deleting to many files on cleanup
wxPython4
2022-07-30, Edouard Tisserant
419f17564583
IDE: fix image generation from svg script that was deleting to many files on cleanup
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"))