dumb name error
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Oct 2009 17:42:47 +0200
changeset 3728 c23add03ff4d
parent 3727 74bd06656bcc
child 3729 e4f20b74af51
dumb name error
hooks/integrity.py
--- a/hooks/integrity.py	Mon Oct 19 17:36:37 2009 +0200
+++ b/hooks/integrity.py	Mon Oct 19 17:42:47 2009 +0200
@@ -64,7 +64,7 @@
     category = 'integrity'
 
 class UserIntegrityHook(IntegrityHook):
-    __select__ = IntegrityHook.__select__ & ~regular_session()
+    __select__ = IntegrityHook.__select__ & ~hook.regular_session()
 
 
 class CheckCardinalityHook(UserIntegrityHook):