From b6b13248e5e1090ba71098f76454eaa4cb422eed Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 4 Sep 2009 17:15:16 +0000 Subject: Remove the just-removed "help" from __all__. --- Lib/cProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/cProfile.py') 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 -- cgit v1.2.3-65-gdbad