abstraction on scheduler

This commit is contained in:
Romain Bignon 2010-04-04 18:17:01 +02:00
commit 3393fb73e9
7 changed files with 64 additions and 14 deletions

View file

@ -22,7 +22,6 @@ import re
from weboob.capabilities.bank import Account
from weboob.tools.browser import BasePage
from weboob.tools.parser import tostring
class AccountsList(BasePage):
LINKID_REGEXP = re.compile(".*ch4=(\w+).*")