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:
Ryan Nowakowski 2013-12-29 21:08:42 -06:00 committed by Laurent Bachelier
commit fcc075b656

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 import GenericComicReaderTest
from weboob.tools.capabilities.gallery.genericcomicreadertest import GenericComicReaderTest
class MangagoTest(GenericComicReaderTest):