diff options
author | Skip Montanaro <skip@pobox.com> | 2001-02-12 02:00:42 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2001-02-12 02:00:42 +0000 |
commit | cd5cf1cba909987bd8e183bbf448b1ac34a49306 (patch) | |
tree | 6d46c3c20879591c1b53c0500124e598b81fff2c /Lib/profile.py | |
parent | 72f647e9aab9306a7b3724723df1276652a31c24 (diff) | |
download | cpython-cd5cf1cba909987bd8e183bbf448b1ac34a49306.tar.gz |
__all__ for several more modules
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-x | Lib/profile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/profile.py b/Lib/profile.py index c32b3f8b3b..afc47eb347 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -40,6 +40,7 @@ import os import time import marshal +__all__ = ["run","help","Profile"] # Sample timer for use with #i_count = 0 |