summaryrefslogtreecommitdiff
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/cProfile.py
parentRecorded merge of revisions 74655-74656 via svnmerge from (diff)
downloadcpython-b6b13248e5e1090ba71098f76454eaa4cb422eed.tar.gz
cpython-b6b13248e5e1090ba71098f76454eaa4cb422eed.tar.bz2
cpython-b6b13248e5e1090ba71098f76454eaa4cb422eed.zip
Remove the just-removed "help" from __all__.
Diffstat (limited to 'Lib/cProfile.py')
-rwxr-xr-xLib/cProfile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cProfile.py b/Lib/cProfile.py
index bacfef83a7c..a7686ed2b71 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