summaryrefslogtreecommitdiff
path: root/scripts/rebuild_endpoints.py
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@gmail.com>2014-09-14 11:43:53 +0800
committerFelix Yan <felixonmars@gmail.com>2014-09-14 11:43:53 +0800
commit6733d6065583d098276d66f31a431b0dfc25810f (patch)
tree7601d63dcf2ee1629275b64b974d1ba24b2be270 /scripts/rebuild_endpoints.py
parentd149a870b7315fb663eeffb5d4beba2d841ea3d1 (diff)
downloadboto-6733d6065583d098276d66f31a431b0dfc25810f.tar.gz
common modules: tidy up to meet PEP8 better
Diffstat (limited to 'scripts/rebuild_endpoints.py')
-rw-r--r--scripts/rebuild_endpoints.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rebuild_endpoints.py b/scripts/rebuild_endpoints.py
index f5f12809..37ac37d8 100644
--- a/scripts/rebuild_endpoints.py
+++ b/scripts/rebuild_endpoints.py
@@ -19,6 +19,7 @@ def fetch_endpoints():
return resp.text
+
def parse_xml(raw_xml):
return pq(raw_xml, parser='xml')