fix test_report_qweb_signer - tests were causing travis to stall

pull/236/head
Jordi Ballester 2017-09-14 13:35:59 +02:00 committed by Pedro M. Baeza
parent ea3eb9412c
commit 5a88fc28fa
1 changed files with 1 additions and 1 deletions

View File

@ -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):