clearer names for actions, and infer actions better
[monitor.git] / tools / getsshkeys.py
index 0104deb..6d04ce2 100755 (executable)
@@ -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()