Updated Branches: refs/heads/master ddf4dfa60 -> 6a904d2f9
fix pep8 Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/6a904d2f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/6a904d2f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/6a904d2f Branch: refs/heads/master Commit: 6a904d2f9b0efe678edea4885f50573f7369eccb Parents: ddf4dfa Author: Prasanna Santhanam <t...@apache.org> Authored: Tue Oct 29 16:19:48 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Tue Oct 29 16:19:48 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/marvinPlugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6a904d2f/tools/marvin/marvin/marvinPlugin.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index d5d0291..0e52bab 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):