Remove useless (same as parent) method

This commit is contained in:
Laurent Bachelier 2013-05-07 02:03:15 +02:00 committed by Romain Bignon
commit 36f2c04c80
22 changed files with 0 additions and 66 deletions

View file

@ -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: