diff options
author | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 07:10:25 (GMT) |
---|---|---|
committer | Alexandre Vassalotti <alexandre@peadrop.com> | 2008-05-11 07:10:25 (GMT) |
commit | f602c71b077de965693c62d65d0e261bd964fbda (patch) | |
tree | 39572b987f4c86a3578e195069ddd14681bc0a1f /Lib/test/test_py3kwarn.py | |
parent | 445ff35d5ca434df596524d03497bab23a827fb7 (diff) | |
download | cpython-f602c71b077de965693c62d65d0e261bd964fbda.zip cpython-f602c71b077de965693c62d65d0e261bd964fbda.tar.gz cpython-f602c71b077de965693c62d65d0e261bd964fbda.tar.bz2 |
Removed a dead line of code.
Diffstat (limited to 'Lib/test/test_py3kwarn.py')
-rw-r--r-- | Lib/test/test_py3kwarn.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_py3kwarn.py b/Lib/test/test_py3kwarn.py index 2bd2a5e..ddf38ad 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", |