diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-07-25 18:19:20 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-07-25 18:19:20 (GMT) |
commit | c2542e986d0070840e8e8833268b9d5c9f297f7c (patch) | |
tree | b58274c918859e2fcb5c9b5a34c528a7041e99cd /Lib/test/test_sundry.py | |
parent | 5ffd9e9cc99d949e7e526c87be0c0fb2eea0225e (diff) | |
download | cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.zip cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.tar.gz cpython-c2542e986d0070840e8e8833268b9d5c9f297f7c.tar.bz2 |
Remove the sunaudio module.
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 18101e7..a99d2c0 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -64,7 +64,6 @@ class TestUntestedModules(unittest.TestCase): import sched import sndhdr import sunau - import sunaudio import symbol import tabnanny import timeit |