summaryrefslogtreecommitdiff
path: root/troveclient/utils.py
diff options
context:
space:
mode:
authorNikhil Manchanda <SlickNik@gmail.com>2014-01-29 14:25:19 -0800
committerNikhil Manchanda <SlickNik@gmail.com>2014-03-16 21:34:49 -0700
commitbbd51cfe30de41f14f15a5063c2c5208f4740e5d (patch)
tree9c6a792d52915e2a8e1255249d11196bb894d60c /troveclient/utils.py
parent0909082787bbee5e8a077365bc6609575c970f55 (diff)
downloadpython-troveclient-bbd51cfe30de41f14f15a5063c2c5208f4740e5d.tar.gz
Get rid of XML related trove client bindings
We will no longer support XML for the trove API; it behooves us to remove XML related code, and clean up the trove client. Partially implements bp: destroy-xml-api Change-Id: I58f95e81f3e4bc4bad277ff2a48abfced2b48199
Diffstat (limited to 'troveclient/utils.py')
-rw-r--r--troveclient/utils.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/troveclient/utils.py b/troveclient/utils.py
index 3bbbcab..328bc13 100644
--- a/troveclient/utils.py
+++ b/troveclient/utils.py
@@ -126,8 +126,6 @@ def _output_override(objs, print_as):
new_objs = objs
# pretty print the json
print(json.dumps(new_objs, indent=' '))
- elif 'xml_output' in globals():
- print('not implemented')
else:
raise BaseException('No valid output override')