Minor fixes:

1. Update doc strings
2. Remove unecessary imports
This commit is contained in:
Chirag Jog 2011-12-25 23:37:32 -08:00
parent 33a502fe7a
commit 537d56227b
3 changed files with 1 additions and 3 deletions

View File

@ -90,4 +90,3 @@ class Snapshot:
cmd = deleteSnapshot.deleteSnapshotCmd()
cmd.id = self.id
apiclient.deleteSnapshot(cmd)

View File

@ -2,7 +2,7 @@
#
# Copyright (c) 2011 Citrix. All rights reserved.
#
"""Test Information Services
"""Data for the BVT tests
"""
TEST_VM_LIFE_CYCLE_SERVICES = {

View File

@ -10,7 +10,6 @@ import time
import remoteSSHClient
from cloudstackAPI import *
import cloudstackConnection
#from cloudstackConnection import cloudConnection
import configGenerator
import logging
import string