From f37417e3658eee620b26d7b3c73d80759f89fd6a Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 5 Aug 2013 14:04:57 +0530 Subject: [PATCH] Fix pep8 Signed-off-by: Prasanna Santhanam (cherry picked from commit 1060997bcd40282656503a15191abd1814bfe064) --- 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