Merge "Use _pretty_list instead of _pretty_print"

This commit is contained in:
Jenkins
2013-02-13 21:09:39 +00:00
committed by Gerrit Code Review

View File

@@ -227,7 +227,7 @@ class VersionCommands(common.AuthedCommandsBase):
def list(self):
"""List all the supported versions"""
self._require('url')
self._pretty_print(self.dbaas.versions.index, self.url)
self._pretty_list(self.dbaas.versions.index, self.url)
COMMANDS = {'auth': common.Auth,