summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/profile.py2
1 files changed, 1 insertions, 1 deletions
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