diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2013-10-24 04:50:56 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2013-10-24 04:50:56 (GMT) |
commit | b82a3dc2409e68dbd20d1991ba2e9d1c490c67a3 (patch) | |
tree | 21fd3e79db0e547e2fe5a62a933db0ecc79dd2a5 /Lib/test/test_sundry.py | |
parent | a1782e1be87bc6cffbf5e1b4e74e1b2456d087d4 (diff) | |
download | cpython-b82a3dc2409e68dbd20d1991ba2e9d1c490c67a3.zip cpython-b82a3dc2409e68dbd20d1991ba2e9d1c490c67a3.tar.gz cpython-b82a3dc2409e68dbd20d1991ba2e9d1c490c67a3.tar.bz2 |
Increase the coverage of macurl2path. Patch by Colin Williams.
Diffstat (limited to 'Lib/test/test_sundry.py')
-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 fcccdf7..e08cf01 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -45,7 +45,6 @@ class TestUntestedModules(unittest.TestCase): import html.entities import imghdr import keyword - import macurl2path import mailcap import nturl2path import os2emxpath |