From fcc075b6561a1dfebb1052dda10ee064759dba88 Mon Sep 17 00:00:00 2001 From: Ryan Nowakowski Date: Sun, 29 Dec 2013 21:08:42 -0600 Subject: [PATCH] fix GenericComicReaderTest import path ./tools/run_tests.sh was failing due to an incorrect import path Signed-off-by: Ryan Nowakowski --- modules/mangago/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mangago/test.py b/modules/mangago/test.py index 0e6d8199..0596e7a6 100644 --- a/modules/mangago/test.py +++ b/modules/mangago/test.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU Affero General Public License # along with weboob. If not, see . -from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicReaderTest +from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest class MangagoTest(GenericComicReaderTest):