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 | 7e2d040907f30ecf9aa43e8b5333d2fd7cdcb5e9 (patch) | |
tree | 1ff44d20a00ad5bc7e51200ef0107a28c5ba260b /Lib/mhlib.py | |
parent | 603a38eee896e6c4d76f27ac9b87b31276902b29 (diff) | |
download | cpython-7e2d040907f30ecf9aa43e8b5333d2fd7cdcb5e9.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 |