Revision 2d54e29c lib/http/auth.py

b/lib/http/auth.py
97 97
    @return: Authentication realm
98 98

  
99 99
    """
100
    # today we don't have per-request filtering, but we might want to
101
    # add it in the future
102
    # pylint: disable-msg=W0613
100 103
    return self.AUTH_REALM
101 104

  
102 105
  def PreHandleRequest(self, req):

Also available in: Unified diff