X-Git-Url: http://git.onelab.eu/?p=monitor.git;a=blobdiff_plain;f=tools%2Fgetsshkeys.py;h=6d04ce2e750566d086be9cd5b6c8c064f30566d3;hp=0104debbe626a6f9e993c9695344ec7c8d67d374;hb=HEAD;hpb=e637272100e8e03884188cb2118b21158e739bb0 diff --git a/tools/getsshkeys.py b/tools/getsshkeys.py index 0104deb..6d04ce2 100755 --- a/tools/getsshkeys.py +++ b/tools/getsshkeys.py @@ -4,7 +4,7 @@ import sys sys.path.append('.') sys.path.append('..') -from monitor.util.file import * +from monitor.util.sshknownhosts import * def main(hosts): k = SSHKnownHosts()