summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-11 21:43:42 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-07-11 21:43:42 (GMT)
commit48dacc69a2d6867579c9a6296815f704bc5fb194 (patch)
tree0d03c763b3a96a6d2ce1eb009867564a9e9ce06f /Lib/test/test_sundry.py
parentfa774872b8a212ae8095594936afe8470a4ada7a (diff)
downloadcpython-48dacc69a2d6867579c9a6296815f704bc5fb194.zip
cpython-48dacc69a2d6867579c9a6296815f704bc5fb194.tar.gz
cpython-48dacc69a2d6867579c9a6296815f704bc5fb194.tar.bz2
SF patch #440144: Tests and minor bugfix for uu module.
New test_uu.py from Nick Mathewson, fiddled to work on Windows too. Somebody should check that it still works on non-Windows boxes, though!
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index b1a339f..f2a4c76 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -96,7 +96,6 @@ import urllib2
# 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 uu
import webbrowser
import whichdb
import xdrlib