diff -r d901c36bcfce -r 358d8bed9626 devtools/test/unittest_httptest.py --- 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):