From: Guido van Rossum Date: Fri, 25 Feb 2000 16:34:11 +0000 (+0000) Subject: Gerrit forgot to remove the "import string". X-Git-Tag: v1.6a1~353 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6674e6fc6c3472ae9e53fb74163fa9a24401d53;p=thirdparty%2FPython%2Fcpython.git Gerrit forgot to remove the "import string". --- diff --git a/Lib/getopt.py b/Lib/getopt.py index 761fc4f944c7..a6ddf44bb05b 100644 --- a/Lib/getopt.py +++ b/Lib/getopt.py @@ -17,8 +17,6 @@ option involved with the exception. # Gerrit Holl moved the string-based exceptions # to class-based exceptions. -import string - class GetoptError(Exception): opt = '' msg = ''