diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:32:27 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 21:32:27 (GMT) |
commit | a88da67bcbf8b87af613751796998538afb26be0 (patch) | |
tree | b41a111937fb183d792fc983feaa7b4cc237ee6b /Lib/test/test_sundry.py | |
parent | 07926f024a9dd0fab190273ed84f5f1a8667308f (diff) | |
download | cpython-a88da67bcbf8b87af613751796998538afb26be0.zip cpython-a88da67bcbf8b87af613751796998538afb26be0.tar.gz cpython-a88da67bcbf8b87af613751796998538afb26be0.tar.bz2 |
#11578: add unit tests for timeit module.
Patch by Michael Henry.
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 4dacb9d..07802d6 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -54,7 +54,6 @@ class TestUntestedModules(unittest.TestCase): import py_compile import sndhdr import tabnanny - import timeit try: import tty # not available on Windows except ImportError: |