Merge "Code correction while calling base class method"

This commit is contained in:
Jenkins
2016-01-30 15:43:44 +00:00
committed by Gerrit Code Review

View File

@@ -32,7 +32,7 @@ class ShowExt(cmd_base.ShowCommand):
allow_names = False
def get_parser(self, prog_name):
parser = super(cmd_base.ShowCommand, self).get_parser(prog_name)
parser = super(ShowExt, self).get_parser(prog_name)
cmd_base.add_show_list_common_argument(parser)
parser.add_argument(
'id', metavar='EXT-ALIAS',