Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
weboob
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
180
Issues
180
List
Boards
Labels
Milestones
Merge Requests
53
Merge Requests
53
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
weboob
weboob
Commits
b5a7f32c
Commit
b5a7f32c
authored
Oct 04, 2018
by
Nicolas Gattolin
Committed by
Romain Bignon
Nov 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[caels] py3 compat now that parent is compat
parent
1c5cec0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
modules/caels/module.py
modules/caels/module.py
+0
-1
tools/py3-compatible.modules
tools/py3-compatible.modules
+1
-0
No files found.
modules/caels/module.py
View file @
b5a7f32c
...
...
@@ -51,7 +51,6 @@ class CaelsModule(Module, CapBankWealth):
def
get_account
(
self
,
id
):
return
find_object
(
self
.
iter_accounts
(),
id
=
id
,
error
=
AccountNotFound
)
def
iter_accounts
(
self
):
return
self
.
browser
.
iter_accounts
()
...
...
tools/py3-compatible.modules
View file @
b5a7f32c
...
...
@@ -35,6 +35,7 @@ bp
bred
btmon
btpbanque
caels
caissedepargne
capeasi
cic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment