Commit bcd5a768 authored by Aurel's avatar Aurel

fix method naming


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@91 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 23de5195
......@@ -738,5 +738,5 @@ class Application(object):
def getPartition(self, oid_or_tid):
return unpack('!Q', oid_or_tid)[0] % self.num_partitions
def getNewOidList(self, num_oids):
return [self.getNextOid() for i in xrange(num_oids)]
def getNewOIDList(self, num_oids):
return [self.getNextOID() for i in xrange(num_oids)]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment