diff options
author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-16 03:44:35 +0000 |
---|---|---|
committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-08-16 03:44:35 +0000 |
commit | fc8c1f522f886026b72b95fd1aa6f7de6fec04e2 (patch) | |
tree | a4e749f7333547c031c4e4e2632a7c36007cb019 /python/tests | |
parent | c100bc71f668f7374714569b8f8729268eb4de8d (diff) | |
download | lasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.tar.gz lasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.tar.xz lasso-fc8c1f522f886026b72b95fd1aa6f7de6fec04e2.zip |
Removed comments.
Diffstat (limited to 'python/tests')
-rw-r--r-- | python/tests/http.py | 3 |
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 |