]> granicus.if.org Git - python/commitdiff
From Sjoerd Mullender <sjoerd@oratrix.nl>:
authorFred Drake <fdrake@acm.org>
Thu, 23 Mar 2000 18:13:10 +0000 (18:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 23 Mar 2000 18:13:10 +0000 (18:13 +0000)
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.

Tools/freeze/freeze.py

index d6ef87e4c297e7bf0edae630da17c7247e3ad380..9627a27f4ae9866b9ef0e09d54f5f7ac7f81c73e 100755 (executable)
@@ -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