pyflakes/pep8 cleaning
This commit is contained in:
parent
1fd0cb1291
commit
2a7f373168
3 changed files with 13 additions and 8 deletions
|
|
@ -18,14 +18,14 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import urllib
|
||||
import mechanize
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword
|
||||
from weboob.capabilities.bill import Detail
|
||||
from decimal import *
|
||||
from decimal import Decimal
|
||||
from .pages import LoginPage, HomePage, AccountPage, HistoryPage, BillsPage
|
||||
|
||||
__all__ = ['AmeliProBrowser']
|
||||
|
||||
|
||||
class AmeliProBrowser(BaseBrowser):
|
||||
PROTOCOL = 'https'
|
||||
DOMAIN = 'espacepro.ameli.fr'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue