diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-03-22 02:48:57 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-03-22 02:48:57 +0000 |
commit | 76fffd81e9689bad56b3e7c766606831c6cfc3df (patch) | |
tree | 1c3ca20b951f898f385f27408bac8ed529a2a699 /Lib/test/test_sundry.py | |
parent | bab22beda8583471caf44b2e91f0fc18b62d3405 (diff) | |
download | cpython-git-76fffd81e9689bad56b3e7c766606831c6cfc3df.tar.gz |
Add a simple test suite for netrc.py, and remove it from test_sundry
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 3329ed61f4..86c7f7a693 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -55,7 +55,6 @@ import mimetypes import mimify import multifile import mutex -import netrc import nntplib import nturl2path import pdb |