mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #42528 from twangboy/win_fix_pkg_state
Namespace `cmp_to_key` in the pkg state for Windows
This commit is contained in:
commit
a573386260
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ if salt.utils.is_windows():
|
|||
import datetime
|
||||
import errno
|
||||
import time
|
||||
from functools import cmp_to_key
|
||||
# pylint: disable=import-error
|
||||
# pylint: enable=unused-import
|
||||
from salt.modules.win_pkg import _get_package_info
|
||||
|
|
Loading…
Add table
Reference in a new issue