summaryrefslogtreecommitdiffstats
path: root/Tools/freeze/makeconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/freeze/makeconfig.py')
-rw-r--r--Tools/freeze/makeconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/freeze/makeconfig.py b/Tools/freeze/makeconfig.py
index 018992c..fabaace 100644
--- a/Tools/freeze/makeconfig.py
+++ b/Tools/freeze/makeconfig.py
@@ -3,7 +3,7 @@ import sys
# Write the config.c file
-never = ['marshal', 'imp', '_ast', '__main__', 'builtins',
+never = ['marshal', '_imp', '_ast', '__main__', 'builtins',
'sys', 'gc', '_warnings']
def makeconfig(infp, outfp, modules, with_ifdef=0):