Fix import reference

This commit is contained in:
Carlos Almeida 2017-06-02 10:39:29 +01:00
parent 87b0798054
commit 5a3a2e8d60

View File

@ -5,7 +5,7 @@
from StringIO import StringIO
from PIL import Image, ImageDraw, ImageFont
from ir_attachment import _MARKER_PHRASE
from ..models.ir_attachment import _MARKER_PHRASE
from odoo.tests.common import TransactionCase