devtools/test/unittest_httptest.py
changeset 8695 358d8bed9626
parent 7071 db7608cb32bc
child 8930 6a02be304486
--- a/devtools/test/unittest_httptest.py	Thu Feb 14 15:39:23 2013 +0100
+++ b/devtools/test/unittest_httptest.py	Thu Feb 14 15:38:25 2013 +0100
@@ -28,7 +28,7 @@
     def test_response(self):
         try:
             response = self.web_get()
-        except httplib.NotConnected, ex:
+        except httplib.NotConnected as ex:
             self.fail("Can't connection to test server: %s" % ex)
 
     def test_response_anon(self):