mark class as abstract
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 19 Oct 2009 17:50:04 +0200
changeset 3731 d4af295515c0
parent 3730 d6f95bd1032d
child 3732 f9336257e0b9
mark class as abstract
hooks/integrity.py
--- a/hooks/integrity.py	Mon Oct 19 17:49:50 2009 +0200
+++ b/hooks/integrity.py	Mon Oct 19 17:50:04 2009 +0200
@@ -64,6 +64,7 @@
     category = 'integrity'
 
 class UserIntegrityHook(IntegrityHook):
+    __abstract__ = True
     __select__ = IntegrityHook.__select__ & ~hook.regular_session()