From c10d82766b8a29dded385ecb3c3eba9262a5834a Mon Sep 17 00:00:00 2001 From: Vincent A Date: Mon, 31 Aug 2020 14:42:27 +0200 Subject: [PATCH] weboob/capabilities/bank: export Currency too It makes sense to have it in bank caps too. --- weboob/capabilities/bank/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/weboob/capabilities/bank/__init__.py b/weboob/capabilities/bank/__init__.py index c83542da81..260870ff85 100644 --- a/weboob/capabilities/bank/__init__.py +++ b/weboob/capabilities/bank/__init__.py @@ -53,6 +53,7 @@ from .base import ( AccountNotFound, AccountType, + Currency, TransactionType, AccountOwnerType, Account, @@ -105,6 +106,7 @@ 'AccountType', 'TransactionType', 'AccountOwnerType', + 'Currency', 'Account', 'Loan', 'Transaction', -- GitLab