summaryrefslogtreecommitdiffstats
path: root/Tools/freeze
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-03-23 18:13:10 (GMT)
committerFred Drake <fdrake@acm.org>2000-03-23 18:13:10 (GMT)
commit70b5d47f71dc233d13ae40e214be24472b8c58af (patch)
tree8e4c99597d1c9ba863e51a9269dfe6da0c00d489 /Tools/freeze
parenta7540bd043622de917fdc929310e1b5ca214ab83 (diff)
downloadcpython-70b5d47f71dc233d13ae40e214be24472b8c58af.zip
cpython-70b5d47f71dc233d13ae40e214be24472b8c58af.tar.gz
cpython-70b5d47f71dc233d13ae40e214be24472b8c58af.tar.bz2
From Sjoerd Mullender <sjoerd@oratrix.nl>:
cmp is not used in freeze, but is imported anyway. What's worse, cmp is no longer in the library, so freeze won't work like this.
Diffstat (limited to 'Tools/freeze')
-rwxr-xr-xTools/freeze/freeze.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/freeze/freeze.py b/Tools/freeze/freeze.py
index d6ef87e..9627a27 100755
--- a/Tools/freeze/freeze.py
+++ b/Tools/freeze/freeze.py
@@ -78,7 +78,6 @@ if it does, the resulting binary is not self-contained.
# Import standard modules
-import cmp
import getopt
import os
import string