[Neo-report] r1969 gregory - /trunk/neo/admin/handler.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 26 13:34:38 CET 2010


Author: gregory
Date: Fri Mar 26 13:34:36 2010
New Revision: 1969

Log:
Fix method name forgotten in previous commit.

Modified:
    trunk/neo/admin/handler.py

Modified: trunk/neo/admin/handler.py
==============================================================================
--- trunk/neo/admin/handler.py [iso-8859-1] (original)
+++ trunk/neo/admin/handler.py [iso-8859-1] Fri Mar 26 13:34:36 2010
@@ -199,7 +199,7 @@
     def answerClusterState(self, conn, state):
         logging.info("answerClusterState for a conn")
         self.app.cluster_state = state
-        self.__answerNeoCTL(conn, Packets.AnswerClusterState(state))
+        self._answerNeoCTL(conn, Packets.AnswerClusterState(state))
 
     def answerPartitionTable(self, conn, ptid, row_list):
         logging.info("answerPartitionTable for a conn")





More information about the Neo-report mailing list