goa/gaesource.py
changeset 6142 8bc6eac1fac1
parent 5557 1a534c596bff
equal deleted inserted replaced
6141:b8287e54b528 6142:8bc6eac1fac1
   116         for eid, gaeentity in modified.iteritems():
   116         for eid, gaeentity in modified.iteritems():
   117             assert not eid in pending
   117             assert not eid in pending
   118             Put(gaeentity)
   118             Put(gaeentity)
   119         modified.clear()
   119         modified.clear()
   120 
   120 
   121     def commit_event(self):
   121     def postcommit_event(self):
   122         self._put_entities()
   122         self._put_entities()
   123 
   123 
   124     def precommit_event(self):
   124     def precommit_event(self):
   125         self._put_entities()
   125         self._put_entities()
   126 
   126