mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
a few more modules get __all__
This commit is contained in:
parent
bbd89b66b1
commit
17ab123cf1
11 changed files with 31 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
import rfc822
|
||||
import os
|
||||
|
||||
__all__ = ["UnixMailbox","MmdfMailbox","MHMailbox","Maildir","BabylMailbox"]
|
||||
|
||||
class _Mailbox:
|
||||
def __init__(self, fp):
|
||||
self.fp = fp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue