diff -r e9da555f19c5 -r 912b604f0e42 web/views/basecontrollers.py --- a/web/views/basecontrollers.py Tue Feb 24 16:24:22 2009 +0100 +++ b/web/views/basecontrollers.py Tue Feb 24 17:12:24 2009 +0100 @@ -17,7 +17,7 @@ from logilab.common.decorators import cached -from cubicweb import NoSelectableObject, ValidationError, typed_eid +from cubicweb import NoSelectableObject, ValidationError, ObjectNotFound, typed_eid from cubicweb.selectors import yes, match_user_groups from cubicweb.view import STRICT_DOCTYPE, CW_XHTML_EXTENSIONS from cubicweb.common.mail import format_mail