summaryrefslogtreecommitdiff
path: root/wsgitools/digest.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2008-09-22 22:49:10 +0200
committerHelmut Grohne <helmut@subdivi.de>2008-09-22 22:49:10 +0200
commit046d626712723a275bf9c33220c20be2b231be73 (patch)
tree5940f495e1c918228620e178ddb133ca91cd03ae /wsgitools/digest.py
parent592eaf98f851b9fd03206a4cd12ecaad462efa2c (diff)
downloadwsgitools-046d626712723a275bf9c33220c20be2b231be73.tar.gz
improve comments
Diffstat (limited to 'wsgitools/digest.py')
-rwxr-xr-xwsgitools/digest.py1
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