summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/text/TextSectionHandler.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/text/TextSectionHandler.py
parent23518babd30b6ac5b103de8cc7e8d650c45f1e5e (diff)
Set the python fax wizard as the default onefeature/gsoc2011_wizards
Diffstat (limited to 'wizards/com/sun/star/wizards/text/TextSectionHandler.py')
-rw-r--r--wizards/com/sun/star/wizards/text/TextSectionHandler.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/text/TextSectionHandler.py b/wizards/com/sun/star/wizards/text/TextSectionHandler.py
index 685cd1c8aa8f..fb628e4e5e01 100644
--- a/wizards/com/sun/star/wizards/text/TextSectionHandler.py
+++ b/wizards/com/sun/star/wizards/text/TextSectionHandler.py
@@ -1,6 +1,6 @@
-import traceback
import uno
-from common.Helper import Helper
+import traceback
+from wizards.common.Helper import Helper
class TextSectionHandler(object):
'''Creates a new instance of TextSectionHandler'''