summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-08 20:31:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-08 20:31:11 (GMT)
commit900ee3a07346ce12d5963ea531bf506daa1f5e46 (patch)
treeb9e6e4991db920485112a2bd9a3ec29a57359f65 /Lib/test/test_sundry.py
parent0e87f0f74b489f5d8231dfdce819b6eac9a92350 (diff)
downloadcpython-900ee3a07346ce12d5963ea531bf506daa1f5e46.zip
cpython-900ee3a07346ce12d5963ea531bf506daa1f5e46.tar.gz
cpython-900ee3a07346ce12d5963ea531bf506daa1f5e46.tar.bz2
Remove the user module.
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