Add runctx to __all__.

This commit is contained in:
Guido van Rossum 2004-03-23 19:19:21 +00:00
parent 6356fff2cb
commit 48713e8798
1 changed files with 1 additions and 1 deletions

View File

@ -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