Rename BaseBrowser to Browser
This commit is contained in:
parent
444d36eee8
commit
0088013ae1
132 changed files with 348 additions and 348 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from weboob.tools.browser import BaseBrowser, BrowserIncorrectPassword
|
||||
from weboob.tools.browser import Browser, BrowserIncorrectPassword
|
||||
from .pages import LoginPage, AccountPage, DownloadHistoryPage, LastDownloadHistoryPage, SubmitPage, HistoryParser, UselessPage, HistoryPage, CSVAlreadyAsked
|
||||
import datetime
|
||||
|
||||
|
|
@ -26,7 +26,7 @@ import datetime
|
|||
__all__ = ['Paypal']
|
||||
|
||||
|
||||
class Paypal(BaseBrowser):
|
||||
class Paypal(Browser):
|
||||
DOMAIN = 'www.paypal.com'
|
||||
PROTOCOL = 'https'
|
||||
CERTHASH = ['b8f6c76050ed3035aab08474b1da0ff783f20d114b1740e8db275fe433ff69af', '96753399cf183334cef00a72719ea8e13cfe68d1e953006348f41f884180de15']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue