Add runctx to __all__.
This commit is contained in:
parent
6356fff2cb
commit
48713e8798
@ -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…
x
Reference in New Issue
Block a user