[Libreoffice-commits] .: Branch 'feature/gsoc2011_wizards' - wizards/com
Xisco Fauli
xfauli at kemper.freedesktop.org
Sat Jun 18 06:54:26 PDT 2011
wizards/com/sun/star/wizards/common/Helper.py | 1 -
wizards/com/sun/star/wizards/ui/WizardDialog.py | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 41d2d7394366ba1ca1f2c15421923d23d635c48d
Author: Xisco Fauli <anistenis at gmail.com>
Date: Sat Jun 18 15:53:37 2011 +0200
Remove imports
diff --git a/wizards/com/sun/star/wizards/common/Helper.py b/wizards/com/sun/star/wizards/common/Helper.py
index d1ebdfc..32cdb72 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 d39e6d1..874f540 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):
More information about the Libreoffice-commits
mailing list