[suboob] language hashtable moved from opensubtitles backend to application

This commit is contained in:
Julien Veyssier 2013-03-12 20:50:08 +01:00
commit e98008338a
6 changed files with 33 additions and 26 deletions

View file

@ -19,8 +19,9 @@
from weboob.tools.browser import BaseBrowser
from weboob.applications.suboob.suboob import LANGUAGE_CONV
from .pages import SubtitlesPage, SearchPage, SubtitlePage, LANGUAGE_CONV
from .pages import SubtitlesPage, SearchPage, SubtitlePage
__all__ = ['OpensubtitlesBrowser']