projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a395ced
)
Gerrit forgot to remove the "import string".
author
Guido van Rossum
<guido@python.org>
Fri, 25 Feb 2000 16:34:11 +0000
(16:34 +0000)
committer
Guido van Rossum
<guido@python.org>
Fri, 25 Feb 2000 16:34:11 +0000
(16:34 +0000)
Lib/getopt.py
patch
|
blob
|
history
diff --git
a/Lib/getopt.py
b/Lib/getopt.py
index 761fc4f944c7184664b166ab800a38c72fe00d45..a6ddf44bb05b1982928b0febb2b3c505a33cd7f9 100644
(file)
--- a/
Lib/getopt.py
+++ b/
Lib/getopt.py
@@
-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 = ''