devtools/httptest.py
changeset 11014 9c9f5e913f9c
parent 10781 e2ab20561932
child 11015 baf463175505
--- a/devtools/httptest.py	Sun Dec 20 19:08:19 2015 +0100
+++ b/devtools/httptest.py	Mon Dec 21 09:59:45 2015 +0100
@@ -83,9 +83,6 @@
 
 class CubicWebServerTC(CubicWebTC):
     """Class for running test web server. See :class:`CubicWebServerConfig`.
-
-    Class attributes:
-    * `anonymous_allowed`: flag telling if anonymous browsing should be allowed
     """
     configcls = CubicWebServerConfig