mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +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
|
import marshal
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
|
|
||||||
__all__ = ["run","help","Profile"]
|
__all__ = ["run", "runctx", "help", "Profile"]
|
||||||
|
|
||||||
# Sample timer for use with
|
# Sample timer for use with
|
||||||
#i_count = 0
|
#i_count = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue