mirror of https://github.com/apache/cloudstack.git
Minor fixes:
1. Update doc strings 2. Remove unecessary imports
This commit is contained in:
parent
33a502fe7a
commit
537d56227b
|
|
@ -90,4 +90,3 @@ class Snapshot:
|
|||
cmd = deleteSnapshot.deleteSnapshotCmd()
|
||||
cmd.id = self.id
|
||||
apiclient.deleteSnapshot(cmd)
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Copyright (c) 2011 Citrix. All rights reserved.
|
||||
#
|
||||
"""Test Information Services
|
||||
"""Data for the BVT tests
|
||||
"""
|
||||
|
||||
TEST_VM_LIFE_CYCLE_SERVICES = {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ import time
|
|||
import remoteSSHClient
|
||||
from cloudstackAPI import *
|
||||
import cloudstackConnection
|
||||
#from cloudstackConnection import cloudConnection
|
||||
import configGenerator
|
||||
import logging
|
||||
import string
|
||||
|
|
|
|||
Loading…
Reference in New Issue