beremiz
Clone
Summary
Browse
Changes
Graph
Tests: fix path logic in Docker creation script, consequence of previous commit.
wxPython4
2022-11-24, Edouard Tisserant
129b8e32f5bb
Tests: fix path logic in Docker creation script, consequence of previous commit.
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"))