diff options
author | Xisco Fauli <anistenis@gmail.com> | 2011-06-18 15:53:37 +0200 |
---|---|---|
committer | Xisco Fauli <anistenis@gmail.com> | 2011-06-18 15:53:37 +0200 |
commit | 80e28a53f96e2727b618a07fa5534a8343983c72 (patch) | |
tree | 6b1ae5ee645244c8e41d0657d2ffcbe33515a3e0 /wizards | |
parent | 668463395be0fbf5acd18806ef56f54ecd9ed3b3 (diff) |
Remove imports
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/com/sun/star/wizards/common/Helper.py | 1 | ||||
-rw-r--r-- | wizards/com/sun/star/wizards/ui/WizardDialog.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/common/Helper.py b/wizards/com/sun/star/wizards/common/Helper.py index d1ebdfcb787a..32cdb72a22d1 100644 --- a/wizards/com/sun/star/wizards/common/Helper.py +++ b/wizards/com/sun/star/wizards/common/Helper.py @@ -1,5 +1,4 @@ import uno -import calendar import traceback from datetime import date as DateTime from com.sun.star.uno import Exception as UnoException diff --git a/wizards/com/sun/star/wizards/ui/WizardDialog.py b/wizards/com/sun/star/wizards/ui/WizardDialog.py index d39e6d11e95b..874f5407e715 100644 --- a/wizards/com/sun/star/wizards/ui/WizardDialog.py +++ b/wizards/com/sun/star/wizards/ui/WizardDialog.py @@ -7,7 +7,6 @@ from com.sun.star.lang import IllegalArgumentException from com.sun.star.frame import TerminationVetoException from common.HelpIds import * from com.sun.star.awt.PushButtonType import HELP, STANDARD -from event.EventNames import EVENT_ITEM_CHANGED class WizardDialog(UnoDialog2): |