[change] data._new moved to applyEVTData

This commit is contained in:
2017-06-27 10:49:11 +02:00
parent ab260e45f2
commit a90e0bd78b
2 changed files with 2 additions and 1 deletions

View File

@@ -363,6 +363,8 @@ class Data(object):
'event': applyEvent}
applydata[typ](data)
self._new = False
class GenericDataStructure(object):