diff options
author | Guido van Rossum <guido@python.org> | 2002-12-03 09:34:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-12-03 09:34:54 (GMT) |
commit | 6c7340552c704c60ca8a0766740f1a224d28b9c1 (patch) | |
tree | db284e39a43d459015597900787e33e92c35b66b /Lib/test | |
parent | a1962d6efd3623219771fe86c75efd968e7de390 (diff) | |
download | cpython-6c7340552c704c60ca8a0766740f1a224d28b9c1.zip cpython-6c7340552c704c60ca8a0766740f1a224d28b9c1.tar.gz cpython-6c7340552c704c60ca8a0766740f1a224d28b9c1.tar.bz2 |
Lose references to knee (no longer exists) and pyclbr (has its own
test suite now).
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_sundry.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 48f5c68..ae54709 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -51,7 +51,6 @@ import imaplib import imghdr import imputil import keyword -#import knee import macpath import macurl2path import mailcap @@ -70,7 +69,6 @@ import pre import profile import pstats import py_compile -import pyclbr #import reconvert import repr try: |