mirror of https://github.com/apache/cloudstack.git
more corrections to remoteSSHclient imports
This commit is contained in:
parent
27690101ea
commit
2d7281ce43
|
|
@ -18,7 +18,7 @@
|
|||
import marvin
|
||||
from marvin.cloudstackTestCase import *
|
||||
from marvin.cloudstackAPI import *
|
||||
from marvin.remoteSSHClient import remoteSSHClient
|
||||
from remoteSSHClient import remoteSSHClient
|
||||
from utils import *
|
||||
from base import *
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
import marvin
|
||||
import time
|
||||
from marvin.remoteSSHClient import remoteSSHClient
|
||||
from marvin import remoteSSHClient
|
||||
from marvin.cloudstackAPI import *
|
||||
from marvin import cloudstackConnection
|
||||
#from cloudstackConnection import cloudConnection
|
||||
|
|
|
|||
Loading…
Reference in New Issue