support display of history and coming transactions
This commit is contained in:
parent
dd15bcde74
commit
10dc63e4fa
4 changed files with 116 additions and 16 deletions
|
|
@ -18,14 +18,12 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from .accounts_list import AccountsList
|
||||
from .accounts_list import AccountsList, AccountHistory
|
||||
from .login import LoginPage, BadLoginPage
|
||||
|
||||
|
||||
class AccountPrelevement(AccountsList):
|
||||
pass
|
||||
|
||||
__all__ = ['LoginPage',
|
||||
'BadLoginPage',
|
||||
'AccountsList',
|
||||
'AccountHistory',
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue