Remove the user module.

This commit is contained in:
Brett Cannon 2008-05-08 20:31:11 +00:00
parent 0e87f0f74b
commit 900ee3a073
5 changed files with 2 additions and 119 deletions

View file

@ -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