[amazon] pep8 fixes
This commit is contained in:
parent
170db43de1
commit
f7e7e45760
5 changed files with 56 additions and 50 deletions
|
|
@ -22,10 +22,11 @@ from weboob.browser import URL
|
|||
from ..browser import Amazon
|
||||
|
||||
from .pages import HomePage, LoginPage, AmazonPage, HistoryPage, \
|
||||
OrderOldPage, OrderNewPage
|
||||
OrderOldPage, OrderNewPage
|
||||
|
||||
__all__ = ['AmazonFR']
|
||||
|
||||
|
||||
class AmazonFR(Amazon):
|
||||
BASEURL = 'https://www.amazon.fr'
|
||||
CURRENCY = u'€'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue