Commit f33305d5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Define those instance members in __init__


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@982 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent e772b743
......@@ -38,6 +38,8 @@ class BootstrapManager(EventHandler):
self.node_type = node_type
self.uuid = uuid
self.name = name
self.num_replicas = None
self.num_partitions = None
def connectionCompleted(self, conn):
EventHandler.connectionCompleted(self, conn)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment