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.
This commit is contained in:
Fred Drake 2000-03-23 18:13:10 +00:00
parent a7540bd043
commit 70b5d47f71
1 changed files with 0 additions and 1 deletions

View File

@ -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