[Libreoffice-commits] .: wizards/com

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Aug 9 03:37:18 PDT 2012


 wizards/com/sun/star/wizards/common/ConfigGroup.py          |    1 -
 wizards/com/sun/star/wizards/common/ConfigNode.py           |    1 -
 wizards/com/sun/star/wizards/common/ConfigSet.py            |    1 -
 wizards/com/sun/star/wizards/common/Configuration.py        |    1 -
 wizards/com/sun/star/wizards/common/DebugHelper.py          |    1 -
 wizards/com/sun/star/wizards/common/Desktop.py              |    1 -
 wizards/com/sun/star/wizards/common/FileAccess.py           |    1 -
 wizards/com/sun/star/wizards/common/Helper.py               |    1 -
 wizards/com/sun/star/wizards/common/NoValidPathException.py |    1 -
 wizards/com/sun/star/wizards/common/NumberFormatter.py      |    1 -
 wizards/com/sun/star/wizards/common/Properties.py           |    1 -
 wizards/com/sun/star/wizards/common/PropertyNames.py        |    1 -
 wizards/com/sun/star/wizards/common/Resource.py             |    1 -
 wizards/com/sun/star/wizards/common/SystemDialog.py         |    1 -
 14 files changed, 14 deletions(-)

New commits:
commit 28b3a290ce3dfe4156d810d73140fed9decbb12c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Aug 9 11:50:43 2012 +0200

    Others duplicated lines
    
    Change-Id: Ief9589bd3ab0d4fd359dc18f85063dece29f4833

diff --git a/wizards/com/sun/star/wizards/common/ConfigGroup.py b/wizards/com/sun/star/wizards/common/ConfigGroup.py
index c5d406b..bb5d95f 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 traceback
-import traceback
 import inspect
 from wizards.common.ConfigNode import *
 from wizards.common.Configuration import Configuration
diff --git a/wizards/com/sun/star/wizards/common/ConfigNode.py b/wizards/com/sun/star/wizards/common/ConfigNode.py
index cac0348..c2cd231 100644
--- a/wizards/com/sun/star/wizards/common/ConfigNode.py
+++ b/wizards/com/sun/star/wizards/common/ConfigNode.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 from abc import ABCMeta, abstractmethod
-from abc import ABCMeta, abstractmethod
 
 class ConfigNode(object):
 
diff --git a/wizards/com/sun/star/wizards/common/ConfigSet.py b/wizards/com/sun/star/wizards/common/ConfigSet.py
index da6fcb4..8ba6635 100644
--- a/wizards/com/sun/star/wizards/common/ConfigSet.py
+++ b/wizards/com/sun/star/wizards/common/ConfigSet.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import traceback
-import traceback
 from wizards.common.ConfigNode import *
 from wizards.common.Configuration import Configuration
 
diff --git a/wizards/com/sun/star/wizards/common/Configuration.py b/wizards/com/sun/star/wizards/common/Configuration.py
index c5b25fa..cd8a018 100644
--- a/wizards/com/sun/star/wizards/common/Configuration.py
+++ b/wizards/com/sun/star/wizards/common/Configuration.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import uno
-import uno
 import traceback
 from wizards.common.PropertyNames import PropertyNames
 from wizards.common.Helper import *
diff --git a/wizards/com/sun/star/wizards/common/DebugHelper.py b/wizards/com/sun/star/wizards/common/DebugHelper.py
index 44bc5a1..b0dba77 100644
--- a/wizards/com/sun/star/wizards/common/DebugHelper.py
+++ b/wizards/com/sun/star/wizards/common/DebugHelper.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 class DebugHelper(object):
-class DebugHelper(object):
 
     @classmethod
     def exception(self, ex):
diff --git a/wizards/com/sun/star/wizards/common/Desktop.py b/wizards/com/sun/star/wizards/common/Desktop.py
index 5492379..408edf1 100644
--- a/wizards/com/sun/star/wizards/common/Desktop.py
+++ b/wizards/com/sun/star/wizards/common/Desktop.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import uno
-import uno
 import traceback
 from wizards.common.NoValidPathException import *
 
diff --git a/wizards/com/sun/star/wizards/common/FileAccess.py b/wizards/com/sun/star/wizards/common/FileAccess.py
index cb7bae3..2019632 100644
--- a/wizards/com/sun/star/wizards/common/FileAccess.py
+++ b/wizards/com/sun/star/wizards/common/FileAccess.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import traceback
-import traceback
 import types
 from os import path as osPath
 from wizards.common.NoValidPathException import *
diff --git a/wizards/com/sun/star/wizards/common/Helper.py b/wizards/com/sun/star/wizards/common/Helper.py
index a20ed7d..cd63ef8 100644
--- a/wizards/com/sun/star/wizards/common/Helper.py
+++ b/wizards/com/sun/star/wizards/common/Helper.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import uno
-import uno
 import traceback
 from datetime import date as DateTime
 from wizards.common.NumberFormatter import NumberFormatter
diff --git a/wizards/com/sun/star/wizards/common/NoValidPathException.py b/wizards/com/sun/star/wizards/common/NoValidPathException.py
index d85caf8..73faf8e 100644
--- a/wizards/com/sun/star/wizards/common/NoValidPathException.py
+++ b/wizards/com/sun/star/wizards/common/NoValidPathException.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 class NoValidPathException(Exception):
-class NoValidPathException(Exception):
 
     def __init__(self, xMSF, _sText):
         super(NoValidPathException,self).__init__(_sText)
diff --git a/wizards/com/sun/star/wizards/common/NumberFormatter.py b/wizards/com/sun/star/wizards/common/NumberFormatter.py
index 3574627..4a357dc 100644
--- a/wizards/com/sun/star/wizards/common/NumberFormatter.py
+++ b/wizards/com/sun/star/wizards/common/NumberFormatter.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import traceback
-import traceback
 
 from com.sun.star.lang import Locale
 from com.sun.star.util.NumberFormat import DATE, LOGICAL, DATETIME, TEXT, NUMBER
diff --git a/wizards/com/sun/star/wizards/common/Properties.py b/wizards/com/sun/star/wizards/common/Properties.py
index 9ff298d..6c95573 100644
--- a/wizards/com/sun/star/wizards/common/Properties.py
+++ b/wizards/com/sun/star/wizards/common/Properties.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 from com.sun.star.beans import PropertyValue
-from com.sun.star.beans import PropertyValue
 
 '''
 Simplifies handling Arrays of PropertyValue.
diff --git a/wizards/com/sun/star/wizards/common/PropertyNames.py b/wizards/com/sun/star/wizards/common/PropertyNames.py
index 3bc8d5e..a614535 100644
--- a/wizards/com/sun/star/wizards/common/PropertyNames.py
+++ b/wizards/com/sun/star/wizards/common/PropertyNames.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 class PropertyNames:
-class PropertyNames:
     PROPERTY_ENABLED = "Enabled"
     PROPERTY_HEIGHT = "Height"
     PROPERTY_HELPURL = "HelpURL"
diff --git a/wizards/com/sun/star/wizards/common/Resource.py b/wizards/com/sun/star/wizards/common/Resource.py
index e6a7fe2..44739b6 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
-import traceback
 from wizards.common.Configuration import Configuration
 from wizards.common.SystemDialog import SystemDialog
 
diff --git a/wizards/com/sun/star/wizards/common/SystemDialog.py b/wizards/com/sun/star/wizards/common/SystemDialog.py
index 0109e07..3793672 100644
--- a/wizards/com/sun/star/wizards/common/SystemDialog.py
+++ b/wizards/com/sun/star/wizards/common/SystemDialog.py
@@ -16,7 +16,6 @@
 #   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 #
 import uno
-import uno
 import traceback
 from wizards.common.Configuration import Configuration
 from wizards.common.Desktop import Desktop


More information about the Libreoffice-commits mailing list