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:
Erik Johnson 2015-02-26 00:23:26 -06:00 committed by C. R. Oldham
parent f3014b5b33
commit b23a8788c1

View file

@ -849,6 +849,7 @@ class SaltDistribution(distutils.dist.Distribution):
if IS_WINDOWS_PLATFORM:
freezer_includes.extend([
'imp',
'win32api',
'win32file',
'win32con',