move core files to weboob.core

This commit is contained in:
Christophe Benz 2010-07-06 12:12:29 +02:00
commit 1955d1be59
25 changed files with 66 additions and 44 deletions

View file

@ -18,7 +18,7 @@
import logging
from weboob.backend import BaseBackend
from weboob.core.backend import BaseBackend
from weboob.capabilities.video import ICapVideo
from .browser import YoutubeBrowser