diff --git a/direct/src/dist/FreezeTool.py b/direct/src/dist/FreezeTool.py index e10c0aec09..d4af3c3ff8 100644 --- a/direct/src/dist/FreezeTool.py +++ b/direct/src/dist/FreezeTool.py @@ -147,7 +147,7 @@ overrideModules = { # Used by the warnings module, among others, to get line numbers. Since # we set __file__, this would cause it to try and extract Python code # lines from the main executable, which we don't want. - 'linecache': """__all__ = ["getline", "clearcache", "checkcache"] + 'linecache': """__all__ = ["getline", "clearcache", "checkcache", "lazycache"] cache = {}