[Neo-report] r2122 gregory - /trunk/neo/master/app.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 24 11:55:21 CEST 2010


Author: gregory
Date: Mon May 24 11:55:19 2010
New Revision: 2122

Log:
Remove unused variables.

Modified:
    trunk/neo/master/app.py

Modified: trunk/neo/master/app.py
==============================================================================
--- trunk/neo/master/app.py [iso-8859-1] (original)
+++ trunk/neo/master/app.py [iso-8859-1] Mon May 24 11:55:19 2010
@@ -253,9 +253,6 @@
         node_dict = {}
         # group modified nodes by destination node type
         for node in node_list:
-            address = node.getAddress()
-            uuid = node.getUUID()
-            state = node.getState()
             node_info = node.asTuple()
             def assign_for_notification(node_type):
                 # helper function
@@ -319,7 +316,6 @@
         """
         logging.info('provide service')
         em = self.em
-        nm = self.nm
         self.tm.reset()
 
         self.changeClusterState(ClusterStates.RUNNING)
@@ -429,7 +425,6 @@
         """
         if self.cluster_state == state:
             return
-        nm, em = self.nm, self.em
 
         # select the storage handler
         client_handler = client.ClientServiceHandler(self)





More information about the Neo-report mailing list