diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 09:28:05 (GMT) |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2010-08-04 09:28:05 (GMT) |
commit | b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1 (patch) | |
tree | 155bdf9de9452e6c9ff84841f4f3f0d1ae9e816d /Lib/test/test_sundry.py | |
parent | 934abddaece303fce61e1ab3bb3c631c30f117c2 (diff) | |
download | cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.zip cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.tar.gz cpython-b5c23761d3ef63d596d5f0c1f1e510b30fdf21e1.tar.bz2 |
issue #8687: provides a test suite for sched.py 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 a956b3b..065c685 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -57,7 +57,6 @@ class TestUntestedModules(unittest.TestCase): import pstats import py_compile import rlcompleter - import sched import sndhdr import symbol import tabnanny |