X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Finstaller-adapter%2FApexAdapter.py;h=17a27b10a16c56fff3fd1a1dd2c81649e7a3f621;hb=1b9ae8e0b83cf0372d3812b5a5c67fb3bf5841c7;hp=bf451f3d23bfab5764cf25f500617d5e69452917;hpb=5c957a9bc4b6fcaea77662e15cf9c57a23a3bc74;p=releng.git diff --git a/utils/installer-adapter/ApexAdapter.py b/utils/installer-adapter/ApexAdapter.py index bf451f3d2..17a27b10a 100644 --- a/utils/installer-adapter/ApexAdapter.py +++ b/utils/installer-adapter/ApexAdapter.py @@ -8,9 +8,6 @@ ############################################################################## -from SSHUtils import SSH_Connection - - class ApexAdapter: def __init__(self, installer_ip): @@ -32,4 +29,4 @@ class ApexAdapter: pass def get_file_from_controller(self, origin, target, ip=None, options=None): - pass \ No newline at end of file + pass