SVGHMI: remove intermediate "updates" Map and apply_updates()
It was used initially to decouple DOM updates from reception of data through
websocket, but now since all widget SHOULD use animate() to modify DOM, and
dispatch() only change internal state, apply_update is unnecessary.
from __future__ import absolute_importfrom etherlab.etherlab import *from util.BitmapLibrary import AddBitmapFolderimport util.paths as pathsAddBitmapFolder(os.path.join(paths.AbsDir(__file__), "images"))