Example #1
0
 def fetch(url):
     content = Util.fetch_bytes(url)
     return ET.fromstring(content)
Example #2
0
 def fetch(url):
     content = Util.fetch_bytes(url)
     return ET.fromstring(content)