summaryrefslogtreecommitdiff
path: root/Lib/profile.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-09-04 17:15:16 +0000
committerGeorg Brandl <georg@python.org>2009-09-04 17:15:16 +0000
commitb6b13248e5e1090ba71098f76454eaa4cb422eed (patch)
tree2fdfeffd400c074899c590d7472a7701dc32b0f0 /Lib/profile.py
parent447324f63150fa4bfdd2605c04ea7cd7e600cfe8 (diff)
downloadcpython-git-b6b13248e5e1090ba71098f76454eaa4cb422eed.tar.gz
Remove the just-removed "help" from __all__.
Diffstat (limited to 'Lib/profile.py')
-rwxr-xr-xLib/profile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/profile.py b/Lib/profile.py
index 5120047a61..d1a869a249 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