typo
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Oct 2009 17:36:37 +0200
changeset 3727 74bd06656bcc
parent 3726 986839199f23
child 3728 c23add03ff4d
typo
hooks/integrity.py
--- a/hooks/integrity.py	Mon Oct 19 17:35:33 2009 +0200
+++ b/hooks/integrity.py	Mon Oct 19 17:36:37 2009 +0200
@@ -64,7 +64,7 @@
     category = 'integrity'
 
 class UserIntegrityHook(IntegrityHook):
-    __select__ == IntegrityHook.__select__ & ~regular_session()
+    __select__ = IntegrityHook.__select__ & ~regular_session()
 
 
 class CheckCardinalityHook(UserIntegrityHook):