From f602c71b077de965693c62d65d0e261bd964fbda Mon Sep 17 00:00:00 2001 From: Alexandre Vassalotti Date: Sun, 11 May 2008 07:10:25 +0000 Subject: [PATCH] Removed a dead line of code. --- Lib/test/test_py3kwarn.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 2bd2a5e23e2..ddf38ad797d 100644 --- a/Lib/test/test_py3kwarn.py +++ b/Lib/test/test_py3kwarn.py @@ -192,7 +192,6 @@ class TestStdlibRenames(unittest.TestCase): - The module can be imported using the new 3.x name. - The warning message specify both names. """ - ModuleType = type(sys) # get the module type object with CleanImport(module_name): with catch_warning(record=False) as w: warnings.filterwarnings("error", ".+ renamed to",