web/views/basecontrollers.py
branchtls-sprint
changeset 945 912b604f0e42
parent 882 75488a2a875e
child 1016 26387b836099
--- 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