Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70b5d47

Browse files
committed
From Sjoerd Mullender <[email protected]>:
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.
1 parent a7540bd commit 70b5d47

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Tools/freeze/freeze.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878

7979
# Import standard modules
8080

81-
import cmp
8281
import getopt
8382
import os
8483
import string

0 commit comments

Comments
 (0)