mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
added several more __all__ lists
This commit is contained in:
parent
46fa39ab1d
commit
269b83bc05
8 changed files with 79 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ seekable stream object.
|
|||
import sys
|
||||
import string
|
||||
|
||||
__all__ = ["MultiFile","Error"]
|
||||
|
||||
class Error(Exception):
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue