remove unused import
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 18 Aug 2009 09:25:26 +0200
changeset 2901 8f4d495c94c2
parent 2900 9d65e0350aa1
child 2902 dd9f2dd02f85
remove unused import
hooks/integrity.py
--- a/hooks/integrity.py	Tue Aug 18 09:13:12 2009 +0200
+++ b/hooks/integrity.py	Tue Aug 18 09:25:26 2009 +0200
@@ -12,7 +12,6 @@
 from cubicweb.selectors import entity_implements
 from cubicweb.common.uilib import soup2xhtml
 from cubicweb.server import hook
-from cubicweb.server.pool import LateOperation, PreCommitOperation
 
 # special relations that don't have to be checked for integrity, usually
 # because they are handled internally by hooks (so we trust ourselves)