remove unused imports

This commit is contained in:
Romain Bignon 2013-04-15 09:43:08 +02:00
commit e6156c9e94
2 changed files with 0 additions and 2 deletions

View file

@ -19,7 +19,6 @@
from weboob.tools.browser import BaseBrowser, BrowserHTTPNotFound
from weboob.applications.suboob.suboob import LANGUAGE_CONV
from .pages import SearchPage, SubtitlePage, LANGUAGE_NUMBERS

View file

@ -21,7 +21,6 @@
from weboob.capabilities.subtitle import Subtitle
from weboob.capabilities.base import NotAvailable, NotLoaded
from weboob.tools.browser import BasePage
from weboob.applications.suboob.suboob import LANGUAGE_CONV
__all__ = ['SubtitlePage', 'SearchPage']