mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add runctx to __all__.
This commit is contained in:
parent
6356fff2cb
commit
48713e8798
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import time
|
|||
import marshal
|
||||
from optparse import OptionParser
|
||||
|
||||
__all__ = ["run","help","Profile"]
|
||||
__all__ = ["run", "runctx", "help", "Profile"]
|
||||
|
||||
# Sample timer for use with
|
||||
#i_count = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue