From fc8c1f522f886026b72b95fd1aa6f7de6fec04e2 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Mon, 16 Aug 2004 03:44:35 +0000 Subject: Removed comments. --- python/tests/http.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'python') 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 -- cgit