Reverting the Revision: 77368.  I committed Flox's big patch for tests by
mistake. ( It may come in for sure tough)
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 @@
 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: