createReady() is better as a method than a global event

This commit is contained in:
David Rose 2009-11-23 20:55:09 +00:00
parent cb0fd70fe6
commit c08296e27f

View File

@ -50,6 +50,9 @@ class ClientRepository(ClientRepositoryBase):
self.ourChannel = self.doIdBase
self.createReady()
def createReady(self):
# Now that we've got a doId range, we can safely generate new
# distributed objects.
messenger.send('createReady')