migration.py
brancholdstable
changeset 7083 b8e35cde46e9
parent 6732 f63cef610b97
child 7537 1af162bd78b8
--- a/migration.py	Fri Mar 11 09:46:45 2011 +0100
+++ b/migration.py	Wed Mar 16 09:37:46 2011 +0100
@@ -434,6 +434,9 @@
         if exists(newconfig):
             os.unlink(newconfig)
 
+    # 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
 
 from logging import getLogger
 from cubicweb import set_log_methods