backend move to tools

This commit is contained in:
Christophe Benz 2010-07-12 03:10:49 +02:00
commit 0028e48b61
12 changed files with 20 additions and 19 deletions

View file

@ -19,8 +19,8 @@
import datetime
import logging
from weboob.core.backend import BaseBackend
from weboob.capabilities.video import ICapVideo
from weboob.tools.backend import BaseBackend
from .browser import YoutubeBrowser
from .video import YoutubeVideo