diff options
author | Skip Montanaro <skip@pobox.com> | 2001-01-24 06:27:27 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-01-24 06:27:27 +0000 |
commit | 17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b (patch) | |
tree | ff884581a6dc34f7abd0f55d44257e1bc90b1e6a /Lib/mhlib.py | |
parent | bbd89b66b1b3c44836f560b60c7a176a6172f148 (diff) | |
download | cpython-git-17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b.tar.gz |
a few more modules get __all__
Diffstat (limited to 'Lib/mhlib.py')
-rw-r--r-- | Lib/mhlib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/mhlib.py b/Lib/mhlib.py index f5ece05e34..dbfa9e1bf3 100644 --- a/Lib/mhlib.py +++ b/Lib/mhlib.py @@ -82,6 +82,7 @@ import multifile import shutil from bisect import bisect +__all__ = ["MH","Error","Folder","Message"] # Exported constants |