Revision b459a848 lib/confd/client.py

b/lib/confd/client.py
45 45

  
46 46
"""
47 47

  
48
# pylint: disable-msg=E0203
48
# pylint: disable=E0203
49 49

  
50 50
# E0203: Access to member %r before its definition, since we use
51 51
# objects.py which doesn't explicitely initialise its members
......
156 156

  
157 157
    """
158 158
    # we are actually called from init, so:
159
    # pylint: disable-msg=W0201
159
    # pylint: disable=W0201
160 160
    if not isinstance(peers, list):
161 161
      raise errors.ProgrammerError("peers must be a list")
162 162
    # make a copy of peers, since we're going to shuffle the list, later

Also available in: Unified diff