Revision 4463ae96

b/lib/cmdlib.py
21 21

  
22 22
"""Module implementing the master-side code."""
23 23

  
24
# pylint: disable-msg=W0201
24
# pylint: disable-msg=W0201,C0302
25 25

  
26 26
# W0201 since most LU attributes are defined in CheckPrereq or similar
27 27
# functions
28 28

  
29
# C0302: since we have waaaay to many lines in this module
30

  
29 31
import os
30 32
import os.path
31 33
import time

Also available in: Unified diff