diff --git a/lib/cmdlib.py b/lib/cmdlib.py
index b1889ab500ae57603f5afd35a5bde9f91a960f6c..a76fb678154aa279c789f7e030b29fa0616bf05e 100644
--- a/lib/cmdlib.py
+++ b/lib/cmdlib.py
@@ -21,11 +21,13 @@
 
 """Module implementing the master-side code."""
 
-# pylint: disable-msg=W0201
+# pylint: disable-msg=W0201,C0302
 
 # W0201 since most LU attributes are defined in CheckPrereq or similar
 # functions
 
+# C0302: since we have waaaay to many lines in this module
+
 import os
 import os.path
 import time