diff options
author | Helmut Grohne <helmut@subdivi.de> | 2008-09-22 22:49:10 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2008-09-22 22:49:10 +0200 |
commit | 046d626712723a275bf9c33220c20be2b231be73 (patch) | |
tree | 5940f495e1c918228620e178ddb133ca91cd03ae /wsgitools/digest.py | |
parent | 592eaf98f851b9fd03206a4cd12ecaad462efa2c (diff) | |
download | wsgitools-046d626712723a275bf9c33220c20be2b231be73.tar.gz |
improve comments
Diffstat (limited to 'wsgitools/digest.py')
-rwxr-xr-x | wsgitools/digest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wsgitools/digest.py b/wsgitools/digest.py index c943c92..63227be 100755 --- a/wsgitools/digest.py +++ b/wsgitools/digest.py @@ -54,6 +54,7 @@ class AuthTokenGenerator: """ @type realm: str @param realm: is a string according to RFC2617. + @type getpass: str -> str @param getpass: this function is called with a username and password is expected as result. None may be used as an invalid password.""" self.realm = realm |