summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/ui/WizardDialog.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/WizardDialog.py')
-rw-r--r--wizards/com/sun/star/wizards/ui/WizardDialog.py13
1 files changed, 6 insertions, 7 deletions
diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.py b/wizards/com/sun/star/wizards/ui/WizardDialog.py
index 3f93f135c99b..ab7104c558c9 100644
--- a/wizards/com/sun/star/wizards/ui/WizardDialog.py
+++ b/wizards/com/sun/star/wizards/ui/WizardDialog.py
@@ -15,14 +15,13 @@
# except in compliance with the License. You may obtain a copy of
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
-import wizards.ui.UIConsts
-from wizards.ui.UnoDialog2 import *
from abc import ABCMeta, abstractmethod
-from wizards.common.Resource import Resource
-from wizards.ui.XPathSelectionListener import XPathSelectionListener
-from wizards.common.HelpIds import *
-from wizards.document.OfficeDocument import OfficeDocument
-from wizards.text.TextDocument import TextDocument
+from .UnoDialog2 import *
+from .XPathSelectionListener import XPathSelectionListener
+from ..common.Resource import Resource
+from ..common.HelpIds import *
+from ..document.OfficeDocument import OfficeDocument
+from ..text.TextDocument import TextDocument
from com.sun.star.lang import NoSuchMethodException
from com.sun.star.lang import IllegalArgumentException