Fix bliss 1.11 lima events
bliss.data
is now an alias from blissdata.data
.
The way it was design expose the code twice from 2 diffrent modules.
As result there is no relationship between blissdata.data.nodes.lima.LimaImageChannelDataNode
and bliss.data.nodes.lima.LimaImageChannelDataNode
, and isinstance
fail. LimaImageChannelDataNode
jave to come from blissdata
, and fallback to bliss
is still there for compatibility for BLISS < 1.11.
This allow to monitor events from Lima with BLISS 1.11 (which was broken).
Plus small typo to fix warnings.
Edited by Valentin Valls