From: Tim Peters Date: Sun, 8 Apr 2001 00:38:42 +0000 (+0000) Subject: Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py X-Git-Tag: v2.1c1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3664111fb139546ca4d6a6060c52c8672f3c5765;p=thirdparty%2FPython%2Fcpython.git Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py on c.l.py. --- diff --git a/Lib/tabnanny.py b/Lib/tabnanny.py index c945dd5057f6..30f2e4bd9dd3 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 ce2267f94173..d5673bb4bc19 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