fix unused imports

This commit is contained in:
Romain Bignon 2011-01-05 22:05:23 +01:00
commit 285774ba0f
3 changed files with 1 additions and 9 deletions

View file

@ -16,13 +16,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
import re
from weboob.tools.browser import BasePage
from weboob.tools.parsers.lxmlparser import select
from weboob.tools.misc import to_unicode
from .video import YoutubeVideo
__all__ = ['ForbiddenVideo', 'ForbiddenVideoPage', 'VerifyAgePage', 'VideoPage']