Some fixes to the caching, particularly in set_attribute.
This commit is contained in:
parent
9d970ea7c5
commit
e3ce0a7933
2 changed files with 4 additions and 3 deletions
|
|
@ -127,6 +127,7 @@ class Command(object):
|
|||
|
||||
|
||||
def __init__(self):
|
||||
"the lockhandler works the same as for objects."
|
||||
self.lockhandler = LockHandler(self)
|
||||
|
||||
def __str__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue