server/hooksmanager.py
changeset 2452 868e0c75a57d
parent 2350 209a816a5fb4
child 2492 c51be1cf8317
--- a/server/hooksmanager.py	Thu Jul 23 15:07:25 2009 +0200
+++ b/server/hooksmanager.py	Thu Jul 23 15:13:21 2009 +0200
@@ -251,7 +251,7 @@
         raise NotImplementedError
 
 class SystemHook(Hook):
-    accepts = ('',)
+    accepts = ()
 
 from logging import getLogger
 from cubicweb import set_log_methods