pyflakes corrections
This commit is contained in:
parent
130d304a03
commit
e497d2ebaf
10 changed files with 6 additions and 41 deletions
|
|
@ -23,7 +23,7 @@ from weboob.tools.browser import BaseBrowser
|
|||
from .pages import SeriePage, SearchPage, SeasonPage,HomePage
|
||||
|
||||
|
||||
__all__ = ['OpensubtitlesBrowser']
|
||||
__all__ = ['TvsubtitlesBrowser']
|
||||
|
||||
LANGUAGE_LIST = ['en','es','fr','de','br','ru','ua','it','gr',
|
||||
'ar','hu','pl','tr','nl','pt','sv','da','fi',
|
||||
|
|
|
|||
|
|
@ -18,17 +18,8 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
try:
|
||||
from urlparse import parse_qs
|
||||
except ImportError:
|
||||
from cgi import parse_qs # NOQA
|
||||
|
||||
from urlparse import urlsplit
|
||||
|
||||
from weboob.capabilities.subtitle import Subtitle
|
||||
from weboob.capabilities.base import NotAvailable
|
||||
from weboob.tools.browser import BasePage
|
||||
from weboob.tools.misc import get_bytes_size
|
||||
|
||||
|
||||
__all__ = ['HomePage','SearchPage','SeriePage','SeasonPage']
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from weboob.tools.test import BackendTest
|
||||
from weboob.capabilities.base import NotLoaded
|
||||
|
||||
import urllib
|
||||
from random import choice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue