From 293a144126b13a78aef01bd72586432056b8ca80 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sat, 22 Sep 2012 19:16:38 +0200 Subject: pyfax: Use relative imports so we can call the wizard remotely Change-Id: I8ed98ff5125caf28680f94865ab2fe122f124182 Reviewed-on: https://gerrit.libreoffice.org/683 Reviewed-by: Michael Meeks Tested-by: Michael Meeks --- wizards/com/sun/star/wizards/fax/FaxDocument.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'wizards/com/sun/star/wizards/fax/FaxDocument.py') diff --git a/wizards/com/sun/star/wizards/fax/FaxDocument.py b/wizards/com/sun/star/wizards/fax/FaxDocument.py index 2a8449d18c21..18543d6ff3ec 100644 --- a/wizards/com/sun/star/wizards/fax/FaxDocument.py +++ b/wizards/com/sun/star/wizards/fax/FaxDocument.py @@ -15,10 +15,9 @@ # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # -from wizards.text.TextDocument import * -from wizards.text.TextDocument import * -from wizards.text.TextSectionHandler import TextSectionHandler -from wizards.common.PropertyNames import PropertyNames +from ..text.TextDocument import * +from ..text.TextSectionHandler import TextSectionHandler +from ..common.PropertyNames import PropertyNames from com.sun.star.text.ControlCharacter import PARAGRAPH_BREAK from com.sun.star.style.ParagraphAdjust import CENTER -- cgit v1.2.3