summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorFlorian Weimer <fw@deneb.enyo.de>2006-04-23 12:39:52 +0000
committerFlorian Weimer <fw@deneb.enyo.de>2006-04-23 12:39:52 +0000
commit5b63b611372adc2e625cf099e3d9b85fe729c50d (patch)
tree5550ae4b0f4c701907eb87a419fa7c131600b785 /lib
parent8ebebadd29ffecee6f5dcae5e9420e457cfdadeb (diff)
lib/python/web_support.py (URLFactory.updateParamsDict):
Fix. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@3857 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/web_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/web_support.py b/lib/python/web_support.py
index 1c48f1f934..e4746e7fe1 100644
--- a/lib/python/web_support.py
+++ b/lib/python/web_support.py
@@ -202,7 +202,7 @@ class URLFactory:
self._convertArgs(new_args)))
def updateParams(self, **args):
- self.updateParamsDict(self, args)
+ self.updateParamsDict(args)
charToHTML = map(chr, range(256))
charToHTMLattr = map(chr, range(256))

© 2014-2024 Faster IT GmbH | imprint | privacy policy