From 9d624d26d19cf34701882f5b25a92a444f8b150d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 30 Jul 2010 15:33:52 +0000 Subject: pdb now has its own tests. --- Lib/test/test_sundry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 6306486..a956b3b 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 -- cgit v0.12