Update attributeManager.py
This commit is contained in:
parent
f3b81ae017
commit
f8e1e03a37
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user