summaryrefslogtreecommitdiffstats
path: root/python/tests/http.py
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-16 03:44:35 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-16 03:44:35 +0000
commitfc8c1f522f886026b72b95fd1aa6f7de6fec04e2 (patch)
treea4e749f7333547c031c4e4e2632a7c36007cb019 /python/tests/http.py
parentc100bc71f668f7374714569b8f8729268eb4de8d (diff)
downloadlasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.tar.gz
lasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.tar.xz
lasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.zip
Removed comments.
Diffstat (limited to 'python/tests/http.py')
-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