commit | b6b13248e5e1090ba71098f76454eaa4cb422eed | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Sep 04 17:15:16 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Sep 04 17:15:16 2009 +0000 |
tree | 2fdfeffd400c074899c590d7472a7701dc32b0f0 | |
parent | 447324f63150fa4bfdd2605c04ea7cd7e600cfe8 [diff] [blame] |
Remove the just-removed "help" from __all__.
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