From b5a7f32c3a615e610129bdf058fae3565725f97c Mon Sep 17 00:00:00 2001 From: Nicolas Gattolin Date: Thu, 4 Oct 2018 16:25:56 +0200 Subject: [PATCH] [caels] py3 compat now that parent is compat --- modules/caels/module.py | 1 - tools/py3-compatible.modules | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/caels/module.py b/modules/caels/module.py index 4824b9585d..f55990d413 100644 --- a/modules/caels/module.py +++ b/modules/caels/module.py @@ -51,7 +51,6 @@ def create_default_browser(self): def get_account(self, id): return find_object(self.iter_accounts(), id=id, error=AccountNotFound) - def iter_accounts(self): return self.browser.iter_accounts() diff --git a/tools/py3-compatible.modules b/tools/py3-compatible.modules index 00f81e8555..ab1fac53d2 100644 --- a/tools/py3-compatible.modules +++ b/tools/py3-compatible.modules @@ -35,6 +35,7 @@ bp bred btmon btpbanque +caels caissedepargne capeasi cic -- GitLab