summaryrefslogtreecommitdiff
path: root/barbicanclient/formatter.py
Commit message (Collapse)AuthorAgeFilesLines
* Add to_dict method to EntityFormatter.Laurent Luce2015-10-091-0/+4
| | | | | Change-Id: Ie1228e1f50af8c6c31f7772d3393e845cb899f63 Closes-Bug: #1485619
* Change object __str__() to use pretty formattingAdam Harwell2014-09-291-0/+50
Use the EntityFormatter framework to generate str() for objects, and render them using prettytable. Replaces the old manual __str__() method. Change-Id: Icf6f37f4a677595f3aaa8d305c2c8cd4676e72fa