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_hotshot.py b/Lib/test/test_hotshot.py
index c6dae36..38a8ddd 100644
--- a/Lib/test/test_hotshot.py
+++ b/Lib/test/test_hotshot.py
@@ -1,3 +1,5 @@
+import hotshot
+import hotshot.log
 import os
 import pprint
 import unittest
@@ -7,8 +9,6 @@
 
 from test import test_support
 
-# Silence Py3k warning
-hotshot = test_support.import_module('hotshot', deprecated=True)
 from hotshot.log import ENTER, EXIT, LINE