s/autotest_remote_lib/autotest/g for make_ssh_command and SiteHost

Signed-off-by: Chema Gonzalez <[email protected]>
---
 server/hosts/abstract_ssh.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/hosts/abstract_ssh.py b/server/hosts/abstract_ssh.py
index 9754e92..44511aa 100644
--- a/server/hosts/abstract_ssh.py
+++ b/server/hosts/abstract_ssh.py
@@ -23,13 +23,13 @@ def _make_ssh_cmd_default(user="root", port=22, opts='', 
hosts_file='/dev/null',
 
 
 make_ssh_command = utils.import_site_function(
-    __file__, "autotest_remote_lib.server.hosts.site_host", "make_ssh_command",
+    __file__, "autotest.server.hosts.site_host", "make_ssh_command",
     _make_ssh_cmd_default)
 
 
 # import site specific Host class
 SiteHost = utils.import_site_class(
-    __file__, "autotest_remote_lib.server.hosts.site_host", "SiteHost",
+    __file__, "autotest.server.hosts.site_host", "SiteHost",
     remote.RemoteHost)
 
 
-- 
1.7.7.3

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to