Skip to content

Commit

Permalink
Namespace _check_sig in win_file
Browse files Browse the repository at this point in the history
  • Loading branch information
lkubb authored and dwoz committed Dec 16, 2023
1 parent 3716ba8 commit 627b321
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/modules/win_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
_add_flags,
_assert_occurrence,
_binary_replace,
_check_sig,
_error,
_get_bkroot,
_get_eol,
Expand Down Expand Up @@ -125,6 +126,7 @@
search = namespaced_function(search, globals())
_get_flags = namespaced_function(_get_flags, globals())
_binary_replace = namespaced_function(_binary_replace, globals())
_check_sig = namespaced_function(_check_sig, globals())
_splitlines_preserving_trailing_newline = namespaced_function(
_splitlines_preserving_trailing_newline, globals()
)
Expand Down

0 comments on commit 627b321

Please sign in to comment.