mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
more __all__ updates
This commit is contained in:
parent
e78b92a062
commit
eccd02a40d
12 changed files with 34 additions and 0 deletions
|
@ -17,6 +17,8 @@ option involved with the exception.
|
|||
# Gerrit Holl <gerrit@nl.linux.org> moved the string-based exceptions
|
||||
# to class-based exceptions.
|
||||
|
||||
__all__ = ["GetoptError","error","getopt"]
|
||||
|
||||
class GetoptError(Exception):
|
||||
opt = ''
|
||||
msg = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue