From: Andrew M. Kuchling Date: Thu, 13 Feb 2003 18:36:22 +0000 (+0000) Subject: Remove filecmp X-Git-Tag: v2.3c1~1862 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1eea67d9384f25febfe03437db426c0062f4c1d;p=thirdparty%2FPython%2Fcpython.git Remove filecmp --- diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index ae547091f045..07f4f8b8c3f5 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -36,7 +36,6 @@ import distutils import doctest import dumbdbm import encodings -import filecmp import fnmatch import formatter import fpformat