mirror of
https://github.com/saltstack/salt.git
synced 2025-04-15 09:10:20 +00:00
Add imp to windows freezer_includes
Got an ImportError on this line when I was testing on Windows. https://github.com/terminalmage/salt/blob/43e15d8/salt/loader.py#L624
This commit is contained in:
parent
f3014b5b33
commit
b23a8788c1
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -849,6 +849,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
|
||||
if IS_WINDOWS_PLATFORM:
|
||||
freezer_includes.extend([
|
||||
'imp',
|
||||
'win32api',
|
||||
'win32file',
|
||||
'win32con',
|
||||
|
|
Loading…
Add table
Reference in a new issue