summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:48:38 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-01-26 21:48:38 (GMT)
commit1ac00950b28e91fc35fed6445722ade92732648e (patch)
tree46db0bc87b28ae24193bb5f382f1201d0bb5cc92 /Lib/test/test_sundry.py
parent8003850e22788c9e02b8dea7076858e01aa24f65 (diff)
downloadcpython-1ac00950b28e91fc35fed6445722ade92732648e.zip
cpython-1ac00950b28e91fc35fed6445722ade92732648e.tar.gz
cpython-1ac00950b28e91fc35fed6445722ade92732648e.tar.bz2
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.
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 c6cca26..8808c47 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -42,7 +42,6 @@ class TestUntestedModules(unittest.TestCase):
import encodings
import formatter
import html.entities
- import imghdr
import keyword
import mailcap
import nturl2path