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
1a8ced18
Commit
1a8ced18
authored
Jan 06, 2019
by
Bruno Chabrier
Committed by
Romain Bignon
Jan 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed pyflakes issues
parent
27f7c67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
weboob/applications/boomoney/boomoney.py
weboob/applications/boomoney/boomoney.py
+1
-3
No files found.
weboob/applications/boomoney/boomoney.py
View file @
1a8ced18
...
...
@@ -24,9 +24,7 @@ from __future__ import print_function
# python d:\Dropbox\Projets\boomoney\scripts\boomoney -N
from
pprint
import
pprint
from
threading
import
Thread
,
Lock
import
time
import
copy
import
sys
import
StringIO
...
...
@@ -37,7 +35,7 @@ import datetime
from
optparse
import
OptionGroup
import
shutil
from
colorama
import
init
,
Fore
,
Back
,
Style
from
colorama
import
init
,
Fore
,
Style
from
weboob.exceptions
import
BrowserUnavailable
from
weboob.capabilities.bank
import
AccountNotFound
...
...
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