mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
Remove the just-removed "help" from __all__.
This commit is contained in:
parent
447324f631
commit
b6b13248e5
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
Compatible with the 'profile' module.
|
||||
"""
|
||||
|
||||
__all__ = ["run", "runctx", "help", "Profile"]
|
||||
__all__ = ["run", "runctx", "Profile"]
|
||||
|
||||
import _lsprof
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue