From a88da67bcbf8b87af613751796998538afb26be0 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Wed, 16 Mar 2011 17:32:27 -0400 Subject: #11578: add unit tests for timeit module. Patch by Michael Henry. --- Lib/test/test_sundry.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/test/test_sundry.py') 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: -- cgit v1.2.1