diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-02-13 18:36:22 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-02-13 18:36:22 (GMT) |
commit | c1eea67d9384f25febfe03437db426c0062f4c1d (patch) | |
tree | 95ada70ce6cfd3f827aa079776719a2b6a9bd28f | |
parent | 15f742dbac951f3b3ba5d9f63b8f29df8acbbc0f (diff) | |
download | cpython-c1eea67d9384f25febfe03437db426c0062f4c1d.zip cpython-c1eea67d9384f25febfe03437db426c0062f4c1d.tar.gz cpython-c1eea67d9384f25febfe03437db426c0062f4c1d.tar.bz2 |
Remove filecmp
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index ae54709..07f4f8b 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 |