mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +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
|
|
@ -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