Minor refactoring

This commit is contained in:
Andrei V. Ostapenko 2014-05-18 13:06:56 +03:00
parent 6e860a852d
commit 8f2684731a
1 changed files with 1 additions and 1 deletions

View File

@ -323,6 +323,7 @@ class MagnetoDBCommand(command.OpenStackCommand):
_formatters = {}
resource_path = ()
json_indent = None
success_message = ''
def get_client(self):
return self.app.client_manager.magnetodb
@ -567,7 +568,6 @@ class ShowCommand(MagnetoDBCommand, show.ShowOne):
resource = None
log = None
default_info = {'': ''}
success_message = ""
def get_parser(self, prog_name):
parser = super(ShowCommand, self).get_parser(prog_name)