Prevent deprecation warning

This commit is contained in:
Éric Araujo 2011-04-17 16:48:52 +02:00
parent a2860e8b51
commit e7d36fe0a6
1 changed files with 1 additions and 1 deletions

View File

@ -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":