Gerrit forgot to remove the "import string".
authorGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 16:34:11 +0000 (16:34 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 25 Feb 2000 16:34:11 +0000 (16:34 +0000)
Lib/getopt.py

index 761fc4f944c7184664b166ab800a38c72fe00d45..a6ddf44bb05b1982928b0febb2b3c505a33cd7f9 100644 (file)
@@ -17,8 +17,6 @@ option involved with the exception.
 # Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
 # to class-based exceptions.
 
-import string
-
 class GetoptError(Exception):
     opt = ''
     msg = ''