[2016.11] Pylint: add missing import

This commit is contained in:
rallytime 2017-02-23 09:36:14 -07:00
parent 5987c4e30e
commit 71164348e7

View File

@ -25,6 +25,7 @@ import os
# Import salt libs
from salt.exceptions import CommandNotFoundError
import salt.utils
# Define the state's virtual name
__virtualname__ = 'ssh_known_hosts'