summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-02-13 18:36:22 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-02-13 18:36:22 (GMT)
commitc1eea67d9384f25febfe03437db426c0062f4c1d (patch)
tree95ada70ce6cfd3f827aa079776719a2b6a9bd28f /Lib/test/test_sundry.py
parent15f742dbac951f3b3ba5d9f63b8f29df8acbbc0f (diff)
downloadcpython-c1eea67d9384f25febfe03437db426c0062f4c1d.zip
cpython-c1eea67d9384f25febfe03437db426c0062f4c1d.tar.gz
cpython-c1eea67d9384f25febfe03437db426c0062f4c1d.tar.bz2
Remove filecmp
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py1
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