Kaydet (Commit) b6b13248 authored tarafından Georg Brandl's avatar Georg Brandl

Remove the just-removed "help" from __all__.

üst 447324f6
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Compatible with the 'profile' module. Compatible with the 'profile' module.
""" """
__all__ = ["run", "runctx", "help", "Profile"] __all__ = ["run", "runctx", "Profile"]
import _lsprof import _lsprof
......
...@@ -39,7 +39,7 @@ import time ...@@ -39,7 +39,7 @@ import time
import marshal import marshal
from optparse import OptionParser from optparse import OptionParser
__all__ = ["run", "runctx", "help", "Profile"] __all__ = ["run", "runctx", "Profile"]
# Sample timer for use with # Sample timer for use with
#i_count = 0 #i_count = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment