Some fixes to the caching, particularly in set_attribute.

This commit is contained in:
Griatch 2012-04-27 00:03:31 +02:00
parent 9d970ea7c5
commit e3ce0a7933
2 changed files with 4 additions and 3 deletions

View file

@ -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):