From e6674e6fc6c3472ae9e53fb74163fa9a24401d53 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 25 Feb 2000 16:34:11 +0000 Subject: Gerrit forgot to remove the "import string". --- Lib/getopt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/getopt.py b/Lib/getopt.py index 761fc4f..a6ddf44 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 = '' -- cgit v0.12