You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/29 11:50:04 UTC

git commit: updated refs/heads/master to 6a904d2

Updated Branches:
  refs/heads/master ddf4dfa60 -> 6a904d2f9


fix pep8

Signed-off-by: Prasanna Santhanam <ts...@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 <ts...@apache.org>
Authored: Tue Oct 29 16:19:48 2013 +0530
Committer: Prasanna Santhanam <ts...@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):