Remove the just-removed "help" from __all__.
diff --git a/Lib/profile.py b/Lib/profile.py
index 5120047..d1a869a 100755
--- a/Lib/profile.py
+++ b/Lib/profile.py
@@ -39,7 +39,7 @@
 import marshal
 from optparse import OptionParser
 
-__all__ = ["run", "runctx", "help", "Profile"]
+__all__ = ["run", "runctx", "Profile"]
 
 # Sample timer for use with
 #i_count = 0