commit b9684c4d7ff8fbdd9b600ef3af11ab3356df007c Author: Isis Lovecruft isis@torproject.org Date: Tue Apr 8 16:17:44 2014 +0000
Rewrite docstring for HTTPServer.WebResourceOptions class. --- lib/bridgedb/HTTPServer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py index dbeb935..7a127d9 100644 --- a/lib/bridgedb/HTTPServer.py +++ b/lib/bridgedb/HTTPServer.py @@ -528,10 +528,10 @@ class ReCaptchaProtectedResource(CaptchaProtectedResource):
class WebResourceOptions(resource.Resource): - """This resource is used by Twisted Web to give a web page with - additional options that the user may use to specify the criteria - the returned bridges should meet. + """A resource with additional options which a client may use to specify the + which bridge types should be returned by :class:`WebResourceBridges`. """ + isLeaf = True
def __init__(self):
tor-commits@lists.torproject.org