]> granicus.if.org Git - python/commitdiff
Remove the just-removed "help" from __all__.
authorGeorg Brandl <georg@python.org>
Fri, 4 Sep 2009 17:15:16 +0000 (17:15 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 4 Sep 2009 17:15:16 +0000 (17:15 +0000)
Lib/cProfile.py
Lib/profile.py

index bacfef83a7c0256abdab869bfba0dd752e5b632c..a7686ed2b7168ae9c47dfb2b01a6b199f8cf9fdd 100755 (executable)
@@ -4,7 +4,7 @@
    Compatible with the 'profile' module.
 """
 
-__all__ = ["run", "runctx", "help", "Profile"]
+__all__ = ["run", "runctx", "Profile"]
 
 import _lsprof
 
index 5120047a614f7d5da8b28058f9decd0cece6331d..d1a869a24992306bf54b90cdfb7614e72ec8362e 100755 (executable)
@@ -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