diff -r 784d6f300070 -r 611663348158 server/repository.py --- a/server/repository.py Fri Mar 11 12:17:32 2011 +0100 +++ b/server/repository.py Thu Mar 24 15:21:13 2011 +0100 @@ -1458,6 +1458,9 @@ if not source is self.system_source and source.support_relation(rtype)) + # 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 pyro_unregister(config): """unregister the repository from the pyro name server"""