# HG changeset patch # User Sylvain Thénault # Date 1255966967 -7200 # Node ID c23add03ff4d5f3da95dc42a95ee7204e32dcf86 # Parent 74bd06656bcc3b8cff897d2b41a992163f317b66 dumb name error diff -r 74bd06656bcc -r c23add03ff4d 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):