From 5a3a2e8d60f85f7d9af59dcfb98839317e19ecef Mon Sep 17 00:00:00 2001 From: Carlos Almeida Date: Fri, 2 Jun 2017 10:39:29 +0100 Subject: [PATCH] Fix import reference --- document_ocr/tests/test_document_ocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document_ocr/tests/test_document_ocr.py b/document_ocr/tests/test_document_ocr.py index 393dbfa4..9765e291 100644 --- a/document_ocr/tests/test_document_ocr.py +++ b/document_ocr/tests/test_document_ocr.py @@ -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