mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Import ctypes.wintypes explicitely
This commit is contained in:
parent
9777612cfd
commit
5a42670549
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ except ImportError:
|
|||
HAS_GRP = False
|
||||
|
||||
try:
|
||||
import ctypes.wintypes
|
||||
|
||||
import salt.utils.win_functions
|
||||
|
||||
HAS_WIN_FUNCTIONS = True
|
||||
|
|
Loading…
Add table
Reference in a new issue