diff options
Diffstat (limited to 'Lib/test/test_commands.py')
-rw-r--r-- | Lib/test/test_commands.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Lib/test/test_commands.py b/Lib/test/test_commands.py index 27b6c3d..fcfa616 100644 --- a/Lib/test/test_commands.py +++ b/Lib/test/test_commands.py @@ -9,10 +9,7 @@ import warnings warnings.filterwarnings('ignore', r".*commands.getstatus.. is deprecated", DeprecationWarning) -from test.test_support import run_unittest, reap_children, import_module - -# Silence Py3k warning -import_module('commands', deprecated=True) +from test.test_support import run_unittest, reap_children from commands import * # The module says: |