From e0968d69378372e29824c3db984653618e71784c Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Mon, 18 Mar 2013 17:56:09 +0530 Subject: [PATCH] marvin_refactor: VNS device APIs, VMSnapshot APIs, changes to factory creation Signed-off-by: Prasanna Santhanam --- tools/marvin/marvin/integration/lib/base/Account.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/integration/lib/base/Account.py b/tools/marvin/marvin/integration/lib/base/Account.py index e0b494a44cc..2dee6364d02 100644 --- a/tools/marvin/marvin/integration/lib/base/Account.py +++ b/tools/marvin/marvin/integration/lib/base/Account.py @@ -23,7 +23,7 @@ from marvin.cloudstackAPI import updateAccount from marvin.cloudstackAPI import disableAccount from marvin.cloudstackAPI import deleteAccount -class Account(CloudStackEntity.CloudStackEntity): +class Account(CloudStackEntity): def __init__(self, items):