diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-06-08 14:41:45 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-06-08 14:41:45 (GMT) |
commit | a59bfb3c7d382f4fb6c2a7afea76182d4c587b26 (patch) | |
tree | 9b929aed86db1ae56efe5e2e10d28139cf78f9c0 /Lib | |
parent | a3ac44edbcae857498a231bc407949f8ce1eeef3 (diff) | |
download | cpython-a59bfb3c7d382f4fb6c2a7afea76182d4c587b26.zip cpython-a59bfb3c7d382f4fb6c2a7afea76182d4c587b26.tar.gz cpython-a59bfb3c7d382f4fb6c2a7afea76182d4c587b26.tar.bz2 |
Now that sunau has some tests, remove it from test_sundry.
Diffstat (limited to 'Lib')
-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 365b98b..6306486 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -60,7 +60,6 @@ class TestUntestedModules(unittest.TestCase): import rlcompleter import sched import sndhdr - import sunau import symbol import tabnanny import timeit |