summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJavier Fernandez <jfernandez@igalia.com>2013-03-20 09:44:16 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-25 13:23:07 +0000
commit5b9d9eb08dcb6a6ce029bbbce05b71946a7f7127 (patch)
treea83272302dcaf85e1d1b5a584ee122b44e247763 /wizards
parentd2e65b62604b34561553876b6cbb5190bbb925ac (diff)
Init: Pythonize the WebWizardDialogResources class.
Change-Id: I416e4b02c7f8128c0a9f81cb7e7dbf366c7941e5
Diffstat (limited to 'wizards')
-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()