Gerrit forgot to remove the "import string".

This commit is contained in:
Guido van Rossum 2000-02-25 16:34:11 +00:00
parent a395ced424
commit e6674e6fc6
1 changed files with 0 additions and 2 deletions

View 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 = ''