fix GenericComicReaderTest import path
./tools/run_tests.sh was failing due to an incorrect import path Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com>
This commit is contained in:
parent
665e19b80b
commit
fcc075b656
1 changed files with 1 additions and 1 deletions
|
|
@ -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 import GenericComicReaderTest
|
||||
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
|
||||
|
||||
|
||||
class MangagoTest(GenericComicReaderTest):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue