[Neo-report] r2609 gregory - /trunk/neo/storage/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 11 15:54:40 CET 2011


Author: gregory
Date: Tue Jan 11 15:54:40 2011
New Revision: 2609

Log:
Initialise with an empty dict to avoid call _run() from test cases.

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] Tue Jan 11 15:54:40 2011
@@ -72,7 +72,7 @@ class Application(object):
 
         # operation related data
         self.event_queue = None
-        self.event_queue_dict = None
+        self.event_queue_dict = {}
         self.operational = False
 
         # ready is True when operational and got all informations




More information about the Neo-report mailing list