Remove useless (same as parent) method
This commit is contained in:
parent
88908f358e
commit
36f2c04c80
22 changed files with 0 additions and 66 deletions
|
|
@ -36,9 +36,6 @@ class IpinfodbBackend(BaseBackend, ICapGeolocIp):
|
|||
DESCRIPTION = u"IPInfoDB IP addresses geolocation service"
|
||||
BROWSER = BaseBrowser
|
||||
|
||||
def create_default_browser(self):
|
||||
return self.create_browser()
|
||||
|
||||
def get_location(self, ipaddr):
|
||||
with self.browser:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue