diff --git a/salt/modules/win_file.py b/salt/modules/win_file.py index def8982ec4..fca03f2d45 100644 --- a/salt/modules/win_file.py +++ b/salt/modules/win_file.py @@ -32,6 +32,7 @@ from salt.modules.file import (check_hash, check_managed, check_perms, # pylint: manage_file, file_exists, get_diff, get_managed, check_perms, check_managed, check_file_meta, contains_regex) +from salt.utils import namespaced_function log = logging.getLogger(__name__)