summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-04-24 20:48:12 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-04-24 20:48:12 (GMT)
commit8c03b4de9db8dfaccc93916af61baf6ff4f1c9b2 (patch)
tree4f13ddeda990930bf1a122941112871d9e41e92e /Lib/test/test_sundry.py
parente106dc3cf6eb32a54ca8274963a09904cd936025 (diff)
downloadcpython-8c03b4de9db8dfaccc93916af61baf6ff4f1c9b2.zip
cpython-8c03b4de9db8dfaccc93916af61baf6ff4f1c9b2.tar.gz
cpython-8c03b4de9db8dfaccc93916af61baf6ff4f1c9b2.tar.bz2
Merged revisions 62486-62487 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r62486 | amaury.forgeotdarc | 2008-04-24 16:22:26 -0400 (Thu, 24 Apr 2008) | 7 lines Add a few tests for pydoc. This is a modified version of a patch proposed by Humberto Diogenes in the discussion of issue1883. I will merge manually this change into the py3k branch: the tests must be adapted. ........ r62487 | amaury.forgeotdarc | 2008-04-24 16:41:50 -0400 (Thu, 24 Apr 2008) | 2 lines Use absolute import for test package ........
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 64a9690..77d3f88 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -86,7 +86,6 @@ class TestUntestedModules(unittest.TestCase):
import pdb
import pstats
import py_compile
- import pydoc
import rlcompleter
import sched
import smtplib