From 6a904d2f9b0efe678edea4885f50573f7369eccb Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 29 Oct 2013 16:19:48 +0530 Subject: [PATCH] fix pep8 Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/marvinPlugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index d5d02910643..0e52bab9d33 100644 --- a/tools/marvin/marvin/marvinPlugin.py +++ b/tools/marvin/marvin/marvinPlugin.py @@ -33,9 +33,9 @@ class MarvinPlugin(Plugin): name = "marvin" def configure(self, options, config): - """enable the marvin plugin when the --with-marvin directive - is given to nose. The enableOpt value is set from the command line directive - and self.enabled (True|False) determines whether marvin's tests will run. + """enable the marvin plugin when the --with-marvin directive is given + to nose. The enableOpt value is set from the command line directive and + self.enabled (True|False) determines whether marvin's tests will run. By default non-default plugins like marvin will be disabled """ if hasattr(options, self.enableOpt):