mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
modulefinder.py is not a freeze private module anymore.
This commit is contained in:
parent
b804390ae3
commit
7b4abbb2e2
1 changed files with 1 additions and 1 deletions
|
@ -89,6 +89,7 @@ if it does, the resulting binary is not self-contained.
|
|||
|
||||
# Import standard modules
|
||||
|
||||
import modulefinder
|
||||
import getopt
|
||||
import os
|
||||
import sys
|
||||
|
@ -97,7 +98,6 @@ import sys
|
|||
# Import the freeze-private modules
|
||||
|
||||
import checkextensions
|
||||
import modulefinder
|
||||
import makeconfig
|
||||
import makefreeze
|
||||
import makemakefile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue