beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix keypad : non-number input was always considered invalid because of missing type checking.
svghmi
2020-08-27, Edouard Tisserant
ed43facc7137
SVGHMI: Fix keypad : non-number input was always considered invalid because of missing type checking.
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"))