diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-06-08 14:43:46 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-06-08 14:43:46 (GMT) |
commit | 737e469da3ed04a67fa37bbc052b3e44980e4167 (patch) | |
tree | e64fb47ebca60b9c5549c14e3d46b200d35094c9 | |
parent | 47048812355e4e3d26aad5e40c58d9d554da383d (diff) | |
download | cpython-737e469da3ed04a67fa37bbc052b3e44980e4167.zip cpython-737e469da3ed04a67fa37bbc052b3e44980e4167.tar.gz cpython-737e469da3ed04a67fa37bbc052b3e44980e4167.tar.bz2 |
Merged revisions 81832 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81832 | r.david.murray | 2010-06-08 10:41:45 -0400 (Tue, 08 Jun 2010) | 2 lines
Now that sunau has some tests, remove it from test_sundry.
........
-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 ee387c7..5d48a89 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -62,7 +62,6 @@ class TestUntestedModules(unittest.TestCase): import rlcompleter import sched import sndhdr - import sunau import symbol import tabnanny import timeit |