From 48713e87987e8473b3b2f650e19c27236f671656 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 23 Mar 2004 19:19:21 +0000 Subject: Add runctx to __all__. --- Lib/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/profile.py b/Lib/profile.py index 2db70b7..cf22377 100755 --- a/Lib/profile.py +++ b/Lib/profile.py @@ -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 -- cgit v0.12