summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index ed46067..db7ed4e 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -77,10 +77,6 @@ class TestUntestedModules(unittest.TestCase):
except ImportError:
if test_support.verbose:
print("skipping tty")
-
- # Can't test the "user" module -- if the user has a ~/.pythonrc.py, it
- # can screw up all sorts of things (esp. if it prints!).
- #import user
import webbrowser
import xml