commit | e7d36fe0a6118a055b407f0651fed3cefc01e9b1 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Sun Apr 17 16:48:52 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Sun Apr 17 16:48:52 2011 +0200 |
tree | 86af12fc677836099946e928ed6d76a9545c30e7 | |
parent | a2860e8b51d24807f3ef1cf17b2055fac3b4dd3c [diff] [blame] |
Prevent deprecation warning
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 @@ for opt, val in opts: if opt == "--help": - usage(sys.stdout) + _usage(sys.stdout) sys.exit(0) if opt == "--version":