diff options
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 c32b3f8..afc47eb 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 |