Silence a pylint warning
authorIustin Pop <iustin@google.com>
Wed, 16 Jun 2010 02:22:51 +0000 (04:22 +0200)
committerIustin Pop <iustin@google.com>
Wed, 23 Jun 2010 16:23:12 +0000 (18:23 +0200)
commit4463ae964280210cb0720c2c28a75e64d534fd7f
tree0eb3b8dcb156844bb267ffb49cd57d638e609de7
parent545d1f1ada9b25fcb419fa469dcdc6f6d6a1c772
Silence a pylint warning

The OS parameters code will bump the number of lines over 10K, and thus
we need to silence this (no, we don't want any other module to become
this big…, so we use a targeted silence only).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>
lib/cmdlib.py