beremiz

Tests: Fixed wrong path (relative to $HOME) in CLI tests.
wxPython4
2023-02-02, Edouard Tisserant
4906295e0be6
Tests: Fixed wrong path (relative to $HOME) in CLI tests.
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"))