Rename BaseBrowser to Browser
This commit is contained in:
parent
444d36eee8
commit
0088013ae1
132 changed files with 348 additions and 348 deletions
|
|
@ -17,14 +17,14 @@
|
|||
# You should have received a copy of the GNU Affero General Public License
|
||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.tools.browser import BaseBrowser
|
||||
from weboob.tools.browser import Browser
|
||||
from .pages import TrackPage, ErrorPage
|
||||
|
||||
|
||||
__all__ = ['ColispriveBrowser']
|
||||
|
||||
|
||||
class ColispriveBrowser(BaseBrowser):
|
||||
class ColispriveBrowser(Browser):
|
||||
PROTOCOL = 'https'
|
||||
DOMAIN = 'www.colisprive.com'
|
||||
ENCODING = 'utf8'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue