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

@ -37,9 +37,6 @@ class OpensubtitlesBackend(BaseBackend, ICapSubtitle):
LICENSE = 'AGPLv3+'
BROWSER = OpensubtitlesBrowser
def create_default_browser(self):
return self.create_browser()
def get_subtitle(self, id):
return self.browser.get_subtitle(id)