Commit 7b4abbb2 authored by Gustavo Niemeyer's avatar Gustavo Niemeyer

modulefinder.py is not a freeze private module anymore.

parent b804390a
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment