From 5bb541ef8f375ad7c9f967d47209e766ec7697ab Mon Sep 17 00:00:00 2001 From: martini97 Date: Fri, 30 Sep 2016 19:31:10 -0300 Subject: [PATCH] Fixed the import --- pytrustnfe/pdf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytrustnfe/pdf/__init__.py b/pytrustnfe/pdf/__init__.py index d9617df..348cd8b 100644 --- a/pytrustnfe/pdf/__init__.py +++ b/pytrustnfe/pdf/__init__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from super_table import PdfTable, PdfCell -from .xml import sanitize_response +from pytrustnfe import xml inch = 28.34