move genericcomicreader to tools
This commit is contained in:
parent
076a12f4e5
commit
f8dbdaf8f0
6 changed files with 3 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# 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']
|
__all__ = ['MangafoxBackend']
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# 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']
|
__all__ = ['MangatoshokanBackend']
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# 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']
|
__all__ = ['SimplyreaditBackend']
|
||||||
|
|
||||||
|
|
|
||||||
0
weboob/tools/capabilities/gallery/__init__.py
Normal file
0
weboob/tools/capabilities/gallery/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue