Revision b459a848 lib/http/auth.py

b/lib/http/auth.py
92 92
    """
93 93
    # today we don't have per-request filtering, but we might want to
94 94
    # add it in the future
95
    # pylint: disable-msg=W0613
95
    # pylint: disable=W0613
96 96
    return self.AUTH_REALM
97 97

  
98 98
  def AuthenticationRequired(self, req):
......
106 106

  
107 107
    """
108 108
    # Unused argument, method could be a function
109
    # pylint: disable-msg=W0613,R0201
109
    # pylint: disable=W0613,R0201
110 110
    return False
111 111

  
112 112
  def PreHandleRequest(self, req):

Also available in: Unified diff