Revision e11ddf13 lib/confd/client.py

b/lib/confd/client.py
130 130
    @param peers: list of peer nodes
131 131

  
132 132
    """
133
    # we are actually called from init, so:
134
    # pylint: disable-msg=W0201
133 135
    if not isinstance(peers, list):
134 136
      raise errors.ProgrammerError("peers must be a list")
135 137
    self._peers = peers

Also available in: Unified diff