summaryrefslogtreecommitdiff
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 15:33:52 +0000
committerGeorg Brandl <georg@python.org>2010-07-30 15:33:52 +0000
commit9d624d26d19cf34701882f5b25a92a444f8b150d (patch)
tree321fae3df41e385e477a12e6990cf4d740a14812 /Lib/test/test_sundry.py
parentd2fd4cae8e7a2ebd3e18a6640b4558131b9a0fb7 (diff)
downloadcpython-git-9d624d26d19cf34701882f5b25a92a444f8b150d.tar.gz
pdb now has its own tests.
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 6306486c38..a956b3b946 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -54,7 +54,6 @@ class TestUntestedModules(unittest.TestCase):
import nturl2path
import opcode
import os2emxpath
- import pdb
import pstats
import py_compile
import rlcompleter