thirdparty/google_appengine/google/appengine/ext/bulkload/__init__.py
changeset 686 df109be0567c
parent 297 35211afcd563
child 828 f5fd65cc3bf3
--- a/thirdparty/google_appengine/google/appengine/ext/bulkload/__init__.py	Sat Dec 06 14:50:45 2008 +0000
+++ b/thirdparty/google_appengine/google/appengine/ext/bulkload/__init__.py	Sat Dec 06 16:52:21 2008 +0000
@@ -382,8 +382,7 @@
           output.append('error:\n%s' % stacktrace)
           return (httplib.BAD_REQUEST, ''.join(output))
 
-    for entity in entities:
-      datastore.Put(entity)
+    datastore.Put(entities)
 
     return (httplib.OK, ''.join(output))