diff --git a/salt/modules/win_file.py b/salt/modules/win_file.py index b0d3966d9f..14f3776583 100644 --- a/salt/modules/win_file.py +++ b/salt/modules/win_file.py @@ -33,7 +33,7 @@ from salt.modules.file import (check_hash, check_managed, check_perms, # pylint: contains_regex, contains_regex_multiline, contains_glob, patch, uncomment, sed, find, psed, get_sum, check_hash, get_hash, comment, manage_file, file_exists, get_diff, get_managed, __clean_tmp, - check_managed, check_file_meta, contains_regex) + check_managed, check_file_meta, _binary_replace, contains_regex) from salt.utils import namespaced_function