Updated Branches: refs/heads/master 41696043b -> f37417e36
Fix pep8 Signed-off-by: Prasanna Santhanam <[email protected]> (cherry picked from commit 1060997bcd40282656503a15191abd1814bfe064) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/f37417e3 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f37417e3 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f37417e3 Branch: refs/heads/master Commit: f37417e3658eee620b26d7b3c73d80759f89fd6a Parents: 4169604 Author: Prasanna Santhanam <[email protected]> Authored: Mon Aug 5 14:04:57 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Mon Aug 5 14:06:51 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/marvinPlugin.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/f37417e3/tools/marvin/marvin/marvinPlugin.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index 1c6eb84..aded17c 100644 --- a/tools/marvin/marvin/marvinPlugin.py +++ b/tools/marvin/marvin/marvinPlugin.py @@ -23,6 +23,7 @@ from marvin.cloudstackTestCase import cloudstackTestCase from marvin import deployDataCenter from nose.plugins.base import Plugin + class MarvinPlugin(Plugin): """ Custom plugin for the cloudstackTestCases to be run using nose
