move genericcomicreader to tools

This commit is contained in:
Noé Rubinstein 2011-08-30 10:43:32 +02:00 committed by Romain Bignon
commit f8dbdaf8f0
6 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from ..genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
from weboob.tools.capabilities.gallery.genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
__all__ = ['MangafoxBackend']

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from ..genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
from weboob.tools.capabilities.gallery.genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
__all__ = ['MangatoshokanBackend']

View file

@ -17,7 +17,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
from ..genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
from weboob.tools.capabilities.gallery.genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
__all__ = ['SimplyreaditBackend']