Update attributeManager.py

This commit is contained in:
chrys87 2018-05-28 13:55:13 +02:00 committed by GitHub
parent f3b81ae017
commit f8e1e03a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,9 @@ class attributeManager():
self.env = environment
def shutdown(self):
pass
def resetAttributeAll(self):
self.resetAttributeDelta()
self.resetAttributeCursor()
def resetAttributeDelta(self):
self.currAttributeDelta = ''
self.prevAttributeDelta = ''