missing import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 24 Jul 2009 18:43:18 +0200
changeset 2498 5fb8aabb0448
parent 2497 07d20d5da4e3
child 2499 26fb72e0af23
missing import
sobjects/hooks.py
--- a/sobjects/hooks.py	Fri Jul 24 18:38:51 2009 +0200
+++ b/sobjects/hooks.py	Fri Jul 24 18:43:18 2009 +0200
@@ -7,6 +7,7 @@
 """
 __docformat__ = "restructuredtext en"
 
+from cubicweb import RepositoryError
 from cubicweb.common.uilib import soup2xhtml
 from cubicweb.server.hooksmanager import Hook
 from cubicweb.server.pool import PreCommitOperation