First, untested version of the OOBhandler mechanism.

This commit is contained in:
Griatch 2013-01-03 09:18:49 +01:00
parent 90a64a3780
commit b0b0fa7983
9 changed files with 454 additions and 106 deletions

View file

@ -107,7 +107,7 @@ class ServerConfig(SharedMemoryModel):
def __unicode__(self):
return "%s : %s" % (self.key, self.value)
def store(key, value):
def store(self, key, value):
"""
Wrap the storage (handles pickling)
"""