--- 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