Update attributeManager.py
This commit is contained in:
parent
f3b81ae017
commit
f8e1e03a37
@ -20,6 +20,9 @@ class attributeManager():
|
|||||||
self.env = environment
|
self.env = environment
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
|
def resetAttributeAll(self):
|
||||||
|
self.resetAttributeDelta()
|
||||||
|
self.resetAttributeCursor()
|
||||||
def resetAttributeDelta(self):
|
def resetAttributeDelta(self):
|
||||||
self.currAttributeDelta = ''
|
self.currAttributeDelta = ''
|
||||||
self.prevAttributeDelta = ''
|
self.prevAttributeDelta = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user