migration.py
changeset 7109 611663348158
parent 7083 b8e35cde46e9
child 7537 1af162bd78b8
--- a/migration.py	Fri Mar 11 12:17:32 2011 +0100
+++ b/migration.py	Thu Mar 24 15:21:13 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