summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/common/SystemDialog.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2011-09-23 00:29:10 +0200
committerXisco Fauli <anistenis@gmail.com>2011-09-23 00:29:10 +0200
commit3eec17cb6ea20649d87f8e04dcffb4c75a75c12f (patch)
tree9b6b084d7145ced8e7bc07fae3257eea1b8b6d97 /wizards/com/sun/star/wizards/common/SystemDialog.py
parent23518babd30b6ac5b103de8cc7e8d650c45f1e5e (diff)
Set the python fax wizard as the default onefeature/gsoc2011_wizards
Diffstat (limited to 'wizards/com/sun/star/wizards/common/SystemDialog.py')
-rw-r--r--wizards/com/sun/star/wizards/common/SystemDialog.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py b/wizards/com/sun/star/wizards/common/SystemDialog.py
index a04c0272c96b..33661aa9d156 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -1,9 +1,8 @@
import uno
import traceback
-from Configuration import Configuration
-
-from Desktop import Desktop
-from Helper import Helper
+from wizards.common.Configuration import Configuration
+from wizards.common.Desktop import Desktop
+from wizards.common.Helper import Helper
from com.sun.star.ui.dialogs.TemplateDescription import FILESAVE_AUTOEXTENSION, FILEOPEN_SIMPLE
from com.sun.star.ui.dialogs.ExtendedFilePickerElementIds import CHECKBOX_AUTOEXTENSION