Exemplo n.º 1
0
 def fetch(url):
     content = Util.fetch_bytes(url)
     return ET.fromstring(content)
Exemplo n.º 2
0
 def fetch(url):
     content = Util.fetch_bytes(url)
     return ET.fromstring(content)