diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 09:54:32 (GMT) |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 09:54:32 (GMT) |
| commit | 001320720090976b8a44b2aaf7c5a10ce66f40b9 (patch) | |
| tree | 7a98893fa245c9893eb480ad8d66aa21e3e38d2a /Lib/test/test_sundry.py | |
| parent | 5f1909a4ca98ce0d5bcb18df27890629ced02689 (diff) | |
| download | cpython-001320720090976b8a44b2aaf7c5a10ce66f40b9.zip cpython-001320720090976b8a44b2aaf7c5a10ce66f40b9.tar.gz cpython-001320720090976b8a44b2aaf7c5a10ce66f40b9.tar.bz2 | |
Issue #11578: Backported test for the timeit 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 46cbab5..8fe8995 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -71,7 +71,6 @@ class TestUntestedModules(unittest.TestCase): import sunaudio import symbol import tabnanny - import timeit import toaiff import token try: |
