beremiz
Clone
Summary
Browse
Changes
Graph
Tests: remove -it from docker invocation
2022-05-16, etisserant
02c7b758fa9b
Tests: remove -it from docker invocation
Workaround "The input device is not a TTY" error on Github Action.
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"))