move genericcomicreader to a single file for now

This commit is contained in:
Noé Rubinstein 2011-09-04 01:42:28 +02:00 committed by Romain Bignon
commit f5aa37e0c2
8 changed files with 11 additions and 6 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 weboob.tools.capabilities.gallery.genericcomicreader.backend import GenericComicReaderBackend, DisplayPage
from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderBackend, DisplayPage
__all__ = ['EatmangaBackend']