From 737e469da3ed04a67fa37bbc052b3e44980e4167 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Tue, 8 Jun 2010 14:43:46 +0000 Subject: 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. ........ --- Lib/test/test_sundry.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v0.12