From 76ee4517c1b153a4b6f1065dff596118f6b563fc Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Sun, 24 Nov 2013 18:16:22 +0100 Subject: pywizards: Some more pyflakes love Change-Id: I3da78c004068cd7306ef79f5d019ab5bf07cac0b --- wizards/com/sun/star/wizards/common/ConfigGroup.py | 1 - wizards/com/sun/star/wizards/common/ConfigSet.py | 1 - wizards/com/sun/star/wizards/common/Desktop.py | 2 +- wizards/com/sun/star/wizards/common/NumberFormatter.py | 2 -- wizards/com/sun/star/wizards/common/Resource.py | 1 - 5 files changed, 1 insertion(+), 6 deletions(-) (limited to 'wizards/com/sun/star/wizards/common') diff --git a/wizards/com/sun/star/wizards/common/ConfigGroup.py b/wizards/com/sun/star/wizards/common/ConfigGroup.py index bd059816061d..200d4ef9d1ad 100644 --- a/wizards/com/sun/star/wizards/common/ConfigGroup.py +++ b/wizards/com/sun/star/wizards/common/ConfigGroup.py @@ -16,7 +16,6 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # import inspect -from .Configuration import Configuration class ConfigGroup(object): diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.py b/wizards/com/sun/star/wizards/common/ConfigSet.py index 79ae0e378520..d4cc7e4886f2 100644 --- a/wizards/com/sun/star/wizards/common/ConfigSet.py +++ b/wizards/com/sun/star/wizards/common/ConfigSet.py @@ -17,7 +17,6 @@ # import traceback from .ConfigGroup import ConfigGroup -from .Configuration import Configuration class ConfigSet(ConfigGroup): ''' diff --git a/wizards/com/sun/star/wizards/common/Desktop.py b/wizards/com/sun/star/wizards/common/Desktop.py index f91caa9c9c15..4a18ca09a287 100644 --- a/wizards/com/sun/star/wizards/common/Desktop.py +++ b/wizards/com/sun/star/wizards/common/Desktop.py @@ -18,7 +18,7 @@ import uno import traceback -from com.sun.star.frame.FrameSearchFlag import ALL, PARENT +from com.sun.star.frame.FrameSearchFlag import ALL from com.sun.star.util import URL from com.sun.star.i18n.KParseTokens import ANY_LETTER_OR_NUMBER, ASC_UNDERSCORE diff --git a/wizards/com/sun/star/wizards/common/NumberFormatter.py b/wizards/com/sun/star/wizards/common/NumberFormatter.py index 316659f01244..9cb1763c8db1 100644 --- a/wizards/com/sun/star/wizards/common/NumberFormatter.py +++ b/wizards/com/sun/star/wizards/common/NumberFormatter.py @@ -17,8 +17,6 @@ # import traceback from com.sun.star.lang import Locale -from com.sun.star.util.NumberFormat import \ - DATE, LOGICAL, DATETIME, TEXT, NUMBER class NumberFormatter(object): diff --git a/wizards/com/sun/star/wizards/common/Resource.py b/wizards/com/sun/star/wizards/common/Resource.py index 450565e15f48..e35820cf5d8f 100644 --- a/wizards/com/sun/star/wizards/common/Resource.py +++ b/wizards/com/sun/star/wizards/common/Resource.py @@ -16,7 +16,6 @@ # the License at http://www.apache.org/licenses/LICENSE-2.0 . # import traceback -from .Configuration import Configuration from com.sun.star.awt.VclWindowPeerAttribute import OK -- cgit v1.2.1