From: Georg Brandl Date: Fri, 30 Jul 2010 15:33:52 +0000 (+0000) Subject: pdb now has its own tests. X-Git-Tag: v3.2a1~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d624d26d19cf34701882f5b25a92a444f8b150d;p=thirdparty%2FPython%2Fcpython.git pdb now has its own tests. --- diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 6306486c382e..a956b3b94601 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