PEP8 Fixes

This commit is contained in:
Thomas Scholtes 2014-07-17 13:27:33 +02:00
parent 0e853ac5ea
commit 3eafd9f7a6

View file

@ -780,7 +780,6 @@ class SubcommandsOptionParser(optparse.OptionParser):
subargs = ['help']
return options, subargs
def parse_subcommand(self, args):
"""Given the `args` left unused by a `parse_global_options`,
return the invoked subcommand, the subcommand options, and the