[Neo-report] r2169 gregory - /trunk/neo/storage/handlers/client.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jun 17 10:07:24 CEST 2010


Author: gregory
Date: Thu Jun 17 10:07:24 2010
New Revision: 2169

Log:
Join lines.

Modified:
    trunk/neo/storage/handlers/client.py

Modified: trunk/neo/storage/handlers/client.py
==============================================================================
--- trunk/neo/storage/handlers/client.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/client.py [iso-8859-1] Thu Jun 17 10:07:24 2010
@@ -41,11 +41,9 @@ class ClientOperationHandler(BaseClientA
     def abortTransaction(self, conn, tid):
         self.app.tm.abort(tid)
 
-    def askStoreTransaction(self, conn, tid, user, desc,
-                                  ext, oid_list):
+    def askStoreTransaction(self, conn, tid, user, desc, ext, oid_list):
         self.app.tm.register(conn.getUUID(), tid)
-        self.app.tm.storeTransaction(tid, oid_list, user, desc, ext,
-            False)
+        self.app.tm.storeTransaction(tid, oid_list, user, desc, ext, False)
         conn.answer(Packets.AnswerStoreTransaction(tid))
 
     def _askStoreObject(self, conn, oid, serial, compression, checksum, data,





More information about the Neo-report mailing list