[devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Tue, 19 Mar 2013 10:08:20 +0100
changeset 8727 5bca35901e9b
parent 8725 29e19ca141fc
child 8732 0d9c8f5eb285
[devtools/httptest] fix syntax error introduced by ce5ae7b80d2c
devtools/httptest.py
--- a/devtools/httptest.py	Tue Mar 12 12:08:22 2013 +0100
+++ b/devtools/httptest.py	Tue Mar 19 10:08:20 2013 +0100
@@ -156,7 +156,7 @@
             response = self.web_get('logout')
         self._ident_cookie = None
 
-    def web_request(self, path='', method='GET', body=None, headers=None)
+    def web_request(self, path='', method='GET', body=None, headers=None):
         """Return an httplib.HTTPResponse object for the specified path
 
         Use available credential if available.