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
|
||||
# to class-based exceptions.
|
||||
|
||||
import string
|
||||
|
||||
class GetoptError(Exception):
|
||||
opt = ''
|
||||
msg = ''
|
||||
|
|
Loading…
Reference in New Issue