| changeset 891 | 8628c590f608 |
| parent 467 | 266c861f293f |
--- a/script/utils/get_stats.py Wed May 08 01:24:19 2013 +0200 +++ b/script/utils/get_stats.py Fri May 10 13:27:42 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)