From 0f7edd60e67d32438a8be42002faacde4e4a7649 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 9 Aug 2013 16:45:45 -0400 Subject: testsuite: fixed most pylint complaints --- src/lib/Bcfg2/Options/Common.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Bcfg2/Options/Common.py') diff --git a/src/lib/Bcfg2/Options/Common.py b/src/lib/Bcfg2/Options/Common.py index 302be61f4..b44c58990 100644 --- a/src/lib/Bcfg2/Options/Common.py +++ b/src/lib/Bcfg2/Options/Common.py @@ -1,9 +1,11 @@ """ Common options used in multiple different contexts. """ +# pylint: disable=W0403 import Types from Actions import PluginsAction, ComponentAction from Parser import repository as _repository_option from Options import Option, PathOption, BooleanOption +# pylint: enable=W0403 __all__ = ["Common"] -- cgit v1.2.3-1-g7c22