Stick prettytable at v0.6
Doing this so we can align columns reliably Change-Id: Ibdbc6f3df08d6f9c45b6e0a0f5a2440ba2637dbd
This commit is contained in:
@@ -38,7 +38,7 @@ def pretty_choice_list(l):
|
|||||||
|
|
||||||
def print_list(objs, fields, formatters={}):
|
def print_list(objs, fields, formatters={}):
|
||||||
pt = prettytable.PrettyTable([f for f in fields], caching=False)
|
pt = prettytable.PrettyTable([f for f in fields], caching=False)
|
||||||
pt.aligns = ['l' for f in fields]
|
pt.align = 'l'
|
||||||
|
|
||||||
for o in objs:
|
for o in objs:
|
||||||
row = []
|
row = []
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
argparse
|
argparse
|
||||||
httplib2
|
httplib2
|
||||||
prettytable
|
prettytable==0.6
|
||||||
|
|
||||||
https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient
|
https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient
|
||||||
|
Reference in New Issue
Block a user