summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/cProfile.py2
-rwxr-xr-xLib/profile.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/cProfile.py b/Lib/cProfile.py
index bacfef8..a7686ed 100755
--- a/Lib/cProfile.py
+++ b/Lib/cProfile.py
@@ -4,7 +4,7 @@
Compatible with the 'profile' module.
"""
-__all__ = ["run", "runctx", "help", "Profile"]
+__all__ = ["run", "runctx", "Profile"]
import _lsprof
diff --git a/Lib/profile.py b/Lib/profile.py
index 5120047..d1a869a 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -39,7 +39,7 @@ import time
import marshal
from optparse import OptionParser
-__all__ = ["run", "runctx", "help", "Profile"]
+__all__ = ["run", "runctx", "Profile"]
# Sample timer for use with
#i_count = 0