Enable H40* rules in pep/flake

First part of pep/flake fixies, that enables H40* group of rules.

Change-Id: Ia85b49645b3bf634e99877855e6b31a404331b7f
Related-Bug: #1333290
This commit is contained in:
Valeriy Ponomaryov
2014-06-23 10:52:24 -04:00
parent c6b3c90c53
commit b87c55d5fc
19 changed files with 121 additions and 131 deletions

View File

@@ -432,9 +432,7 @@ class OpenStackManilaShell(object):
@utils.arg('command', metavar='<subcommand>', nargs='?',
help='Display help for <subcommand>')
def do_help(self, args):
"""
Display help about this program or one of its subcommands.
"""
"""Display help about this program or one of its subcommands."""
if args.command:
if args.command in self.subcommands:
self.subcommands[args.command].print_help()