summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/http.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/tests/http.py b/python/tests/http.py
index 9ce7b6ca..27e8a99a 100644
--- a/python/tests/http.py
+++ b/python/tests/http.py
@@ -287,15 +287,12 @@ class HttpResponse(abstractweb.HttpResponseMixin, object):
class HttpRequestHandlerMixin(abstractweb.HttpRequestHandlerMixin):
canUseCookie = False
-# command = None # Strange
cookie = None
httpAuthenticationLogoutTrick = False
HttpResponse = HttpResponse # Class
socketCreationTime = None
protocol_version = 'HTTP/1.1'
realm = 'HttpRequestHandlerMixin Web Site'
-# requestline = None # Strange
-# request_version = None # Strange
server_version = 'HttpRequestHandlerMixin/1.0'
site = None # Class variable
testCookieSupport = False