VNS device APIs, VMSnapshot APIs, changes to factory creation 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/dfc703fa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dfc703fa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dfc703fa Branch: refs/heads/marvin_refactor Commit: dfc703fa235c39876fd4f264b7b2b62a50d35f14 Parents: 04bd6d1 Author: Prasanna Santhanam <[email protected]> Authored: Mon Mar 18 17:56:09 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Mar 31 22:19:28 2013 +0530 ---------------------------------------------------------------------- .../marvin/marvin/integration/lib/base/Account.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dfc703fa/tools/marvin/marvin/integration/lib/base/Account.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/integration/lib/base/Account.py b/tools/marvin/marvin/integration/lib/base/Account.py index c9698eb..b5ad12a 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):
