summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WebWizardDialogResources.py')
-rw-r--r--wizards/com/sun/star/wizards/web/WebWizardDialogResources.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py
index ca295de05161..a8b5e545cced 100644
--- a/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py
+++ b/wizards/com/sun/star/wizards/web/WebWizardDialogResources.py
@@ -16,10 +16,10 @@
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
#
import traceback
-from common.Resource import Resource
-from common.Configuration import Configuration
-from common.Properties import Properties
-from document.OfficeDocument import OfficeDocument
+from ..common.Resource import Resource
+from ..common.Configuration import Configuration
+from ..common.Properties import Properties
+from ..document.OfficeDocument import OfficeDocument
class WebWizardDialogResources(Resource):
UNIT_NAME = "dbwizres"
@@ -311,5 +311,5 @@ class WebWizardDialogResources(Resource):
self.resGifFiles = Properties.getPropertyValue(
OfficeDocument.getTypeMediaDescriptor(
xmsf, "gif_Graphics_Interchange"), "UIName")
- except Exception, ex:
+ except Exception as ex:
traceback.print_exc()