diff -r be04706eacc9 -r 9aae456abab5 server/sources/__init__.py --- a/server/sources/__init__.py Tue Sep 27 16:04:30 2011 +0200 +++ b/server/sources/__init__.py Wed Sep 28 09:27:42 2011 +0200 @@ -118,6 +118,10 @@ # source configuration options options = () + # these are overridden by set_log_methods below + # only defining here to prevent pylint from complaining + info = warning = error = critical = exception = debug = lambda msg,*a,**kw: None + def __init__(self, repo, source_config, eid=None): self.repo = repo self.set_schema(repo.schema)