Commit 48713e87 authored by Guido van Rossum's avatar Guido van Rossum

Add runctx to __all__.

parent 6356fff2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment