diff options
author | pjenvey <devnull@localhost> | 2006-10-20 21:46:12 +0000 |
---|---|---|
committer | pjenvey <devnull@localhost> | 2006-10-20 21:46:12 +0000 |
commit | 9eadab4b64440958f99a2fa1798227bb4a53193c (patch) | |
tree | bd31327a1f7ada3a69329d4994f8cc713531cc09 | |
parent | 483f834e298aa5ad2dd098d24e3646667b0fd6f7 (diff) | |
download | paste-9eadab4b64440958f99a2fa1798227bb4a53193c.tar.gz |
multi var isn't used here
-rw-r--r-- | paste/util/multidict.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/paste/util/multidict.py b/paste/util/multidict.py index 246061d..0d1567d 100644 --- a/paste/util/multidict.py +++ b/paste/util/multidict.py @@ -96,7 +96,6 @@ class MultiDict(DictMixin): list of values. """ result = {} - multi = {} for key, value in self._items: if key in result: result[key].append(value) |