diff --git a/direct/src/showutil/FreezeTool.py b/direct/src/showutil/FreezeTool.py index 9543e2d2ca..abbbc38a4e 100644 --- a/direct/src/showutil/FreezeTool.py +++ b/direct/src/showutil/FreezeTool.py @@ -77,6 +77,7 @@ hiddenImports = { 'pkg_resources._vendor.packaging.specifiers', 'pkg_resources._vendor.packaging.requirements', ], + 'xml.etree.cElementTree': ['xml.etree.ElementTree'], } # These are missing modules that we've reported already this session.