beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: Handle errors in user's python code more gracefully : make exceptions and allow repair.
svghmi
2021-07-15, Edouard Tisserant
725d3e9ac913
Runtime: Handle errors in user's python code more gracefully : make exceptions and allow repair.
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"))