diff --git a/direct/src/showutil/FreezeTool.py b/direct/src/showutil/FreezeTool.py index abbbc38a4e..f8212c6f50 100644 --- a/direct/src/showutil/FreezeTool.py +++ b/direct/src/showutil/FreezeTool.py @@ -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.