deploy-ng: Add hidden import hook for datetime

This commit is contained in:
Mitchell Stokes 2017-12-16 23:57:15 -08:00
parent 6a630c4d62
commit 55aaa4da2b
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ hiddenImports = {
'pkg_resources._vendor.packaging.requirements',
],
'xml.etree.cElementTree': ['xml.etree.ElementTree'],
'datetime': ['_strptime'],
}
# These are missing modules that we've reported already this session.