aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/core.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-06-09 12:13:45 +0300
committerFilipp Lepalaan <f@230.to>2013-06-09 12:13:45 +0300
commit1f4ac1d6144dd79606942a742530845658309463 (patch)
tree48e5b6944984fc2a24c145b30265699075af4780 /gsxws/core.py
parentf454cc6167cd7d91297d6b24187193888ed719ee (diff)
downloadpy-gsxws-1f4ac1d6144dd79606942a742530845658309463.tar.gz
py-gsxws-1f4ac1d6144dd79606942a742530845658309463.tar.bz2
py-gsxws-1f4ac1d6144dd79606942a742530845658309463.zip
Make previous change pass some tests
Diffstat (limited to 'gsxws/core.py')
-rw-r--r--gsxws/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gsxws/core.py b/gsxws/core.py
index c70cd36..4dd50e5 100644
--- a/gsxws/core.py
+++ b/gsxws/core.py
@@ -264,7 +264,6 @@ class GsxRequest(object):
logging.debug("Response: %s %s %s" % (res.status, res.reason, xml))
response = response or self._response
- logging.debug("Looking for %s" % response)
root = ET.fromstring(xml).find("*//%s" % response)
data = xmltodict.ConvertXmlToDict(root)
self.objects = data[response]