summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/WebConfigSet.py
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-11-24 15:25:14 +0100
committerXisco Fauli <anistenis@gmail.com>2013-11-24 18:17:18 +0100
commit0ca978e9dff389b950d0577cd9120e3149c6ed6f (patch)
tree070011142f5375884495bcdfca6795c22261512b /wizards/com/sun/star/wizards/web/WebConfigSet.py
parent59e09804346724063ea39a11b20d65e79ce16c95 (diff)
pyweb: some pyflakes love
Change-Id: I317656ca26eec5946959ac21e7da335196dd8548
Diffstat (limited to 'wizards/com/sun/star/wizards/web/WebConfigSet.py')
-rw-r--r--wizards/com/sun/star/wizards/web/WebConfigSet.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/WebConfigSet.py b/wizards/com/sun/star/wizards/web/WebConfigSet.py
index 92640dde05c1..4e97abc14101 100644
--- a/wizards/com/sun/star/wizards/web/WebConfigSet.py
+++ b/wizards/com/sun/star/wizards/web/WebConfigSet.py
@@ -18,7 +18,6 @@
import traceback
from ..common.ConfigGroup import ConfigGroup
from ..common.Configuration import Configuration
-from ..common.XMLProvider import XMLProvider
from ..ui.event.EventListenerList import EventListenerList
from ..ui.event.ListDataEvent import ListDataEvent
from ..ui.event.ListDataListener import ListDataListener
@@ -124,7 +123,7 @@ class WebConfigSet(ConfigGroup):
self.childrenMap.clear()
del self.childrenList[:]
- def update(i):
+ def update(self, i):
self.fireListDataListenerContentsChanged(i, i)
def createDOM(self, parent):