beremiz
Clone
Summary
Browse
Changes
Graph
IDE: one more consequence of wxPython's 3 to 4 version bump
wxPython4
2022-08-10, Edouard Tisserant
cbf99c4122bd
IDE: one more consequence of wxPython's 3 to 4 version bump
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"))