Browse Source

fix test_report_qweb_signer - tests were causing travis to stall

pull/346/head
Jordi Ballester 7 years ago
committed by Robin Goots
parent
commit
478724e53a
  1. 2
      report_qweb_pdf_watermark/tests/test_report_qweb_pdf_watermark.py

2
report_qweb_pdf_watermark/tests/test_report_qweb_pdf_watermark.py

@ -2,7 +2,7 @@
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from PIL import Image
from openerp.tests.common import HttpCase
from odoo.tests.common import HttpCase
class TestReportQwebPdfWatermark(HttpCase):

Loading…
Cancel
Save