update py command

This commit is contained in:
Yuta
2011-05-25 01:01:35 +09:00
parent 0dfc0d38f1
commit c92148805d
3 changed files with 13 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class Command(object):
def run(self, args):
options, args = self.parser.parse_args(args)
self.run_command(options, args[1:])
self.run_command(options, args)
def load_command(name):
full_name = 'pythonbrew.commands.%s' % name