Updated Branches: refs/heads/4.2 f4876686a -> dbd321b02
Fix pep8 Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dbd321b0 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dbd321b0 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dbd321b0 Branch: refs/heads/4.2 Commit: dbd321b02295c08bf5171baced9ce665e307305c Parents: f487668 Author: Prasanna Santhanam <[email protected]> Authored: Mon Aug 5 14:06:11 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Mon Aug 5 14:06:11 2013 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/marvinPlugin.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dbd321b0/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
