| changeset 893 | 10a19dd4e1c9 |
| parent 891 | 8628c590f608 |
--- a/script/utils/get_stats.py Tue May 07 18:28:26 2013 +0200 +++ b/script/utils/get_stats.py Fri May 10 13:34:40 2013 +0200 @@ -1,14 +1,13 @@ +from lxml import etree import httplib2 -import anyjson -from lxml import etree +import pprint import sys -import pprint def get_stats(url): h = httplib2.Http() - resp, content = h.request(url) + _, content = h.request(url) #project = anyjson.deserialize(content) root = etree.fromstring(content)