git commit -a -mm
[odoo/odoo.git] / openerp / addons / base / ir / ir_http.py
index 867abf1..122b9d9 100644 (file)
@@ -104,7 +104,7 @@ class ir_http(osv.AbstractModel):
         # check authentication level
         try:
             auth_method = self._authenticate(func.routing["auth"])
-        except Exception, e:
+        except Exception:
             # force a Forbidden exception with the original traceback
             return self._handle_exception(
                 convert_exception_to(