fix password manager interface

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1654 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-08-31 21:42:34 +00:00
parent b257534a60
commit bc6bd34ffc

View file

@ -40,11 +40,11 @@ class PasswordManager (object):
self.user = user
self.password = password
def add_password (realm, uri, user, passwd):
def add_password (self, realm, uri, user, passwd):
# we have already our password
pass
def find_user_password (realm, authuri):
def find_user_password (self, realm, authuri):
return self.user, self.password