mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Gerrit forgot to remove the "import string".
This commit is contained in:
parent
a395ced424
commit
e6674e6fc6
@ -17,8 +17,6 @@ option involved with the exception.
|
|||||||
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
||||||
# to class-based exceptions.
|
# to class-based exceptions.
|
||||||
|
|
||||||
import string
|
|
||||||
|
|
||||||
class GetoptError(Exception):
|
class GetoptError(Exception):
|
||||||
opt = ''
|
opt = ''
|
||||||
msg = ''
|
msg = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user