From 3664111fb139546ca4d6a6060c52c8672f3c5765 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 8 Apr 2001 00:38:42 +0000 Subject: Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py on c.l.py. --- Lib/tabnanny.py | 1 - Misc/ACKS | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py index c945dd5..30f2e4b 100755 --- a/Lib/tabnanny.py +++ b/Lib/tabnanny.py @@ -12,7 +12,6 @@ __version__ = "6" import os import sys -import string import getopt import tokenize diff --git a/Misc/ACKS b/Misc/ACKS index ce2267f..d5673bb 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -281,6 +281,7 @@ Oscar Nierstrasz Hrvoje Niksic Bill Noon Stefan Norberg +Neal Norwitz Jeffrey Ollie Nigel O'Brian Tim O'Malley -- cgit v0.12