rtags.py
brancholdstable
changeset 7083 b8e35cde46e9
parent 6900 fcd4e6beec09
child 8666 1dd655788ece
--- a/rtags.py	Fri Mar 11 09:46:45 2011 +0100
+++ b/rtags.py	Wed Mar 16 09:37:46 2011 +0100
@@ -160,6 +160,9 @@
             return self.get(etype, rtype, ttype, role)
         return self.get(ttype, rtype, etype, role)
 
+    # 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
 
 
 class RelationTagsSet(RelationTags):