release 0.7.1

This commit is contained in:
Yuta
2011-04-17 22:35:48 +09:00
parent 9731bd3c5c
commit 3bc8c36aaa
7 changed files with 20 additions and 13 deletions
+3 -2
View File
@@ -18,14 +18,15 @@ class PyCommand(Command):
dest="pythons",
action="append",
default=[],
help="Using specified python versions."
help="Use the specified python version.",
metavar='VERSION'
)
self.parser.add_option(
"-v", "--verbose",
dest="verbose",
action="store_true",
default=False,
help="Show python version."
help="Show the running python version."
)
def run_command(self, options, args):