# HG changeset patch # User Adrien Di Mascio # Date 1248354801 -7200 # Node ID 868e0c75a57de39273c7275773f4e3c1467ccbfa # Parent 16261e66e421b8f64baca801466cada664c7c356 fix SystemHook declaration, accepts=('',) doesn't mean anything diff -r 16261e66e421 -r 868e0c75a57d server/hooksmanager.py --- 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