Rename BaseBrowser to Browser
This commit is contained in:
parent
444d36eee8
commit
0088013ae1
132 changed files with 348 additions and 348 deletions
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
from weboob.capabilities.geolocip import CapGeolocIp, IpLocation
|
||||
from weboob.tools.backend import Module
|
||||
from weboob.tools.browser import BaseBrowser, BrowserUnavailable
|
||||
from weboob.tools.browser import Browser, BrowserUnavailable
|
||||
|
||||
|
||||
__all__ = ['GeolocIpModule']
|
||||
|
|
@ -34,7 +34,7 @@ class GeolocIpModule(Module, CapGeolocIp):
|
|||
VERSION = '1.0'
|
||||
LICENSE = 'AGPLv3+'
|
||||
DESCRIPTION = u"GeolocIP IP addresses geolocation service"
|
||||
BROWSER = BaseBrowser
|
||||
BROWSER = Browser
|
||||
|
||||
def get_location(self, ipaddr):
|
||||
with self.browser:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue