[Neo-report] r2206 vincent - /trunk/neo/storage/handlers/replication.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 19 12:01:47 CEST 2010


Author: vincent
Date: Thu Aug 19 12:01:44 2010
New Revision: 2206

Log:
Remove an unneeded (no-op) method overload.

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

Modified: trunk/neo/storage/handlers/replication.py
==============================================================================
--- trunk/neo/storage/handlers/replication.py [iso-8859-1] (original)
+++ trunk/neo/storage/handlers/replication.py [iso-8859-1] Thu Aug 19 12:01:44 2010
@@ -34,10 +34,6 @@ def checkConnectionIsReplicatorConnectio
 class ReplicationHandler(EventHandler):
     """This class handles events for replications."""
 
-    def connectionCompleted(self, conn):
-        # Nothing to do.
-        pass
-
     def connectionLost(self, conn, new_state):
         logging.error('replication is stopped due to a connection lost')
         self.app.replicator.reset()





More information about the Neo-report mailing list