opensub language normalisation

This commit is contained in:
Julien Veyssier 2013-02-27 17:37:01 +01:00
commit 2c9d7ab540
3 changed files with 27 additions and 22 deletions

View file

@ -20,7 +20,8 @@
from weboob.capabilities.subtitle import ICapSubtitle,LanguageNotSupported
from weboob.tools.backend import BaseBackend
from .browser import OpensubtitlesBrowser,LANGUAGE_CONV
from .browser import OpensubtitlesBrowser
from .pages import LANGUAGE_CONV
from urllib import quote_plus