mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Gerrit forgot to remove the "import string".
This commit is contained in:
parent
a395ced424
commit
e6674e6fc6
1 changed files with 0 additions and 2 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue