mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
dist: update linecache module with missing __all__ item
This commit is contained in:
parent
224d21352a
commit
98e3b1f03e
2
direct/src/dist/FreezeTool.py
vendored
2
direct/src/dist/FreezeTool.py
vendored
@ -147,7 +147,7 @@ overrideModules = {
|
|||||||
# Used by the warnings module, among others, to get line numbers. Since
|
# 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
|
# we set __file__, this would cause it to try and extract Python code
|
||||||
# lines from the main executable, which we don't want.
|
# lines from the main executable, which we don't want.
|
||||||
'linecache': """__all__ = ["getline", "clearcache", "checkcache"]
|
'linecache': """__all__ = ["getline", "clearcache", "checkcache", "lazycache"]
|
||||||
|
|
||||||
cache = {}
|
cache = {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user