]> granicus.if.org Git - python/commitdiff
Add runctx to __all__.
authorGuido van Rossum <guido@python.org>
Tue, 23 Mar 2004 19:19:21 +0000 (19:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Mar 2004 19:19:21 +0000 (19:19 +0000)
Lib/profile.py

index 2db70b7ea0862cadeacf2272a7e35809ba5ca87a..cf22377653fc3af7293977882532454162231855 100755 (executable)
@@ -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