diff options
author | Éric Araujo <merwok@netwok.org> | 2011-04-20 17:23:26 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-04-20 17:23:26 (GMT) |
commit | 6f205ed37eb4b785b60081f957d515ca16b0db47 (patch) | |
tree | 4eae61a6207bdd98e0793dc58686c1923d7a4d72 /Lib/trace.py | |
parent | f97255fd7c1d2b70dfe8032a54ce3ce0daf4cea3 (diff) | |
parent | 87f3a9aac7f4b324f10b23adb1e79ad6b69117ae (diff) | |
download | cpython-6f205ed37eb4b785b60081f957d515ca16b0db47.zip cpython-6f205ed37eb4b785b60081f957d515ca16b0db47.tar.gz cpython-6f205ed37eb4b785b60081f957d515ca16b0db47.tar.bz2 |
Branch merge
Diffstat (limited to 'Lib/trace.py')
-rw-r--r-- | Lib/trace.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py index 53c6150..850369b 100644 --- a/Lib/trace.py +++ b/Lib/trace.py @@ -688,7 +688,7 @@ def main(argv=None): for opt, val in opts: if opt == "--help": - usage(sys.stdout) + _usage(sys.stdout) sys.exit(0) if opt == "--version": |