Added more modules missed by bdist_esky

This commit is contained in:
Scott Percival 2013-10-10 17:01:17 +08:00
parent bc45e726f3
commit 6e8dd2a02c

View file

@ -354,6 +354,10 @@ FREEZER_INCLUDES = [
'distutils.version',
'numbers',
'json',
'M2Crypto',
'Cookie',
'asyncore',
'fileinput'
]
if IS_WINDOWS_PLATFORM: