Navajo
c pas grave...tu veu que je travaille pour rien..c comme ca au pays noon
def get_all_pop(html):
dom = web.Element(html)
tbls = [n for n in dom.by_tag('table') if n.attributes['class'] == "camairTable sortable"]
return tbls
c pas grave...tu veu que je travaille pour rien..c comme ca au pays noon
def get_all_pop(html):
dom = web.Element(html)
tbls = [n for n in dom.by_tag('table') if n.attributes['class'] == "camairTable sortable"]
return tbls

