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
+2 -2
View File
@@ -18,14 +18,14 @@ class ListCommand(Command):
dest='all_versions',
action='store_true',
default=False,
help='Show the all python versions'
help='Show the all python versions.'
)
self.parser.add_option(
'-k', '--known',
dest='known',
action='store_true',
default=False,
help='List the available latest python versions'
help='List the available latest python versions.'
)
def run_command(self, options, args):