diff options
| author | cce <devnull@localhost> | 2005-12-30 05:02:47 +0000 |
|---|---|---|
| committer | cce <devnull@localhost> | 2005-12-30 05:02:47 +0000 |
| commit | 75ee34280c80d6eacc23dc31769f4933bdcb3823 (patch) | |
| tree | 94cff30f5cfc16ce64091e19bc8d3d06e37d241e /paste/httpheaders.py | |
| parent | 90561a3a90bd1740f1c11b17717365fd0964dc49 (diff) | |
| download | paste-75ee34280c80d6eacc23dc31769f4933bdcb3823.tar.gz | |
- removing 'return self' from delete()
Diffstat (limited to 'paste/httpheaders.py')
| -rw-r--r-- | paste/httpheaders.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/paste/httpheaders.py b/paste/httpheaders.py index bf2cc70..f794c0a 100644 --- a/paste/httpheaders.py +++ b/paste/httpheaders.py @@ -239,7 +239,6 @@ class HTTPHeader(object): ``Expires`` header in addition to its normal behavior. """ self.update(collection, **kwargs) - return None # # Things which are standardized (mostly) @@ -371,7 +370,6 @@ class HTTPHeader(object): del collection[i] continue i += 1 - return self def update(self, collection, *args, **kwargs): """ |
