[bridgedb/master] Add a docstring to captcha.Captcha.__init__().

16 May
2014
16 May
'14
6:52 p.m.
commit c6830ecb6ef81d019afd52f0304bcb8f4e344184 Author: Isis Lovecruft <isis@torproject.org> Date: Wed May 14 20:44:08 2014 +0000 Add a docstring to captcha.Captcha.__init__(). --- lib/bridgedb/captcha.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bridgedb/captcha.py b/lib/bridgedb/captcha.py index 15f1083..8a76198 100644 --- a/lib/bridgedb/captcha.py +++ b/lib/bridgedb/captcha.py @@ -98,6 +98,7 @@ class Captcha(object): implements(ICaptcha) def __init__(self): + """Obtain a new CAPTCHA for a client.""" self.image = None self.challenge = None
4020
Age (days ago)
4020
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org