From dbd321b02295c08bf5171baced9ce665e307305c Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 5 Aug 2013 14:06:11 +0530 Subject: [PATCH] Fix pep8 Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/marvinPlugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/marvin/marvin/marvinPlugin.py b/tools/marvin/marvin/marvinPlugin.py index 1c6eb849ef0..aded17cca55 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