diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-16 17:32:27 -0400 |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-16 17:32:27 -0400 |
commit | a88da67bcbf8b87af613751796998538afb26be0 (patch) | |
tree | b41a111937fb183d792fc983feaa7b4cc237ee6b /Lib/test/test_sundry.py | |
parent | 07926f024a9dd0fab190273ed84f5f1a8667308f (diff) | |
download | cpython-git-a88da67bcbf8b87af613751796998538afb26be0.tar.gz |
#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 4dacb9d1c6..07802d6263 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: |