Fix some imports issue

This commit is contained in:
Florent 2012-08-29 13:59:23 +02:00
commit d9ed7c2ed2
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ class HomePage(BasePage):
pass
def get_list(self):
l = []
for divglobal in self.document.xpath('//div[@class="abonne"]'):
login = divglobal.xpath('//div[@class="acceuil_btn"]/a')[0].attrib['href'].split('l=')[1]
divabo = divglobal.xpath('div[@class="idAbonne pointer"]')[0]