summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/UnoDialog.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2012-09-22 19:16:38 +0200
committerMichael Meeks <michael.meeks@suse.com>2012-09-24 10:27:49 +0000
commit293a144126b13a78aef01bd72586432056b8ca80 (patch)
tree292499548ba9a729989838e455d00d3dd3b23789 /wizards/com/sun/star/wizards/ui/UnoDialog.py
parentcf939a858b625982ee5c361b88c5121648859dd0 (diff)
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 <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/UnoDialog.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/UnoDialog.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/ui/UnoDialog.py b/wizards/com/sun/star/wizards/ui/UnoDialog.py
index 05459f430910..98657326dc0b 100644
--- a/wizards/com/sun/star/wizards/ui/UnoDialog.py
+++ b/wizards/com/sun/star/wizards/ui/UnoDialog.py
@@ -17,10 +17,9 @@
#
import uno
import traceback
-import wizards.ui.UIConsts
-from wizards.common.PropertyNames import PropertyNames
-from wizards.common.Helper import Helper
-from wizards.ui.PeerConfig import PeerConfig
+from .PeerConfig import PeerConfig
+from ..common.PropertyNames import PropertyNames
+from ..common.Helper import Helper
from com.sun.star.awt import Rectangle
from com.sun.star.awt.PosSize import POS