Account.link_id becomes a private attribute

This commit is contained in:
Romain Bignon 2012-03-10 09:03:26 +01:00
commit 35688f58c9
18 changed files with 37 additions and 30 deletions

View file

@ -38,7 +38,7 @@ class AccountsList(BasePage):
if td.attrib.get('headers', '') == 'TypeCompte':
a = td.find('a')
account.label = a.find("span").text
account.link_id = a.get('href', '')
account._link_id = a.get('href', '')
elif td.attrib.get('headers', '') == 'NumeroCompte':
id = td.text