mirror of https://github.com/apache/cloudstack.git
marvin_refactor: VNS device APIs, VMSnapshot APIs, changes to factory creation
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
e88d2fcf5d
commit
e0968d6937
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue