Merge pull request #6120 from terminalmage/issue6116

import _binary_replace for win_file.py
This commit is contained in:
David Boucha 2013-07-11 19:19:55 -07:00
commit c9d682712d

View File

@ -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