Skip to content

Commit 0ef5f77

Browse files
committed
Clarify packager_imports purpose
1 parent 48a0b8d commit 0ef5f77

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src_py/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,11 @@ def Window(title="pygame window", size=(640, 480), position=None, **kwargs): #
407407

408408

409409
def packager_imports():
410-
"""some additional imports that py2app/py2exe will want to see"""
410+
"""Some additional imports that py2app/py2exe will want to see.
411+
412+
This function is never executed.
413+
Some tools scan the source code for import statements.
414+
"""
411415
import atexit
412416
import numpy
413417
import OpenGL.GL

0 commit comments

Comments
 (0)