Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b4abbb

Browse files
committed
modulefinder.py is not a freeze private module anymore.
1 parent b804390 commit 7b4abbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/freeze/freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
# Import standard modules
9191

92+
import modulefinder
9293
import getopt
9394
import os
9495
import sys
@@ -97,7 +98,6 @@
9798
# Import the freeze-private modules
9899

99100
import checkextensions
100-
import modulefinder
101101
import makeconfig
102102
import makefreeze
103103
import makemakefile

0 commit comments

Comments
 (0)