[Neo-report] r2345 vincent - /trunk/neo/storage/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 4 10:42:17 CEST 2010


Author: vincent
Date: Mon Oct  4 10:42:15 2010
New Revision: 2345

Log:
Split comment into 2.

Modified:
    trunk/neo/storage/app.py

Modified: trunk/neo/storage/app.py
==============================================================================
--- trunk/neo/storage/app.py [iso-8859-1] (original)
+++ trunk/neo/storage/app.py [iso-8859-1] Mon Oct  4 10:42:15 2010
@@ -183,9 +183,10 @@ class Application(object):
             node = self.nm.getByUUID(self.uuid)
             if node is not None and node.isHidden():
                 self.wait()
-            # drop any client node and clear event queue
+            # drop any client node
             for node in self.nm.getClientList(only_identified=True):
                 node.getConnection().close()
+            # create/clear event queue
             self.event_queue = deque()
             try:
                 self.verifyData()





More information about the Neo-report mailing list