Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7b4abbb2
Commit
7b4abbb2
authored
May 26, 2003
by
Gustavo Niemeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modulefinder.py is not a freeze private module anymore.
parent
b804390a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Tools/freeze/freeze.py
Tools/freeze/freeze.py
+1
-1
No files found.
Tools/freeze/freeze.py
View file @
7b4abbb2
...
@@ -89,6 +89,7 @@ if it does, the resulting binary is not self-contained.
...
@@ -89,6 +89,7 @@ if it does, the resulting binary is not self-contained.
# Import standard modules
# Import standard modules
import
modulefinder
import
getopt
import
getopt
import
os
import
os
import
sys
import
sys
...
@@ -97,7 +98,6 @@ import sys
...
@@ -97,7 +98,6 @@ import sys
# Import the freeze-private modules
# Import the freeze-private modules
import
checkextensions
import
checkextensions
import
modulefinder
import
makeconfig
import
makeconfig
import
makefreeze
import
makefreeze
import
makemakefile
import
makemakefile
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment