| Index: third_party/logilab/common/urllib2ext.py
 | 
| diff --git a/third_party/logilab/common/urllib2ext.py b/third_party/logilab/common/urllib2ext.py
 | 
| index 3e7a36d68da1e8aced55ed1797b84d3eea864a0b..08797a4125d0a3a087bc36e4ce13a299670b843a 100644
 | 
| --- a/third_party/logilab/common/urllib2ext.py
 | 
| +++ b/third_party/logilab/common/urllib2ext.py
 | 
| @@ -62,7 +62,7 @@ class HTTPGssapiAuthHandler(urllib2.BaseHandler):
 | 
|                  if result < 1:
 | 
|                      raise GssapiAuthError("HTTPGssapiAuthHandler: step 2 failed with %d" % result)
 | 
|              return server_response
 | 
| -        except GssapiAuthError as exc:
 | 
| +        except GssapiAuthError, exc:
 | 
|              logging.error(repr(exc))
 | 
|          finally:
 | 
|              self.clean_context()
 | 
| 
 |