diff options
| author | cce <devnull@localhost> | 2005-12-05 23:22:15 +0000 |
|---|---|---|
| committer | cce <devnull@localhost> | 2005-12-05 23:22:15 +0000 |
| commit | 6744cbce9ac77ad9f4b6711c7cd7b5d550d43cef (patch) | |
| tree | eb73cc7d75bfff2af153904a79419ff016d6e779 /paste/httpexceptions.py | |
| parent | 229f197a9cacea3892f3b4a042d72ddb83464cae (diff) | |
| download | paste-6744cbce9ac77ad9f4b6711c7cd7b5d550d43cef.tar.gz | |
use proxy, not user proxy
Diffstat (limited to 'paste/httpexceptions.py')
| -rw-r--r-- | paste/httpexceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpexceptions.py b/paste/httpexceptions.py index b01be07..788457d 100644 --- a/paste/httpexceptions.py +++ b/paste/httpexceptions.py @@ -75,7 +75,7 @@ class HTTPNotModified(HTTPException): message = '' # @@: should include date header, optionally other headers -class HTTPUserProxy(_HTTPMove): +class HTTPUseProxy(_HTTPMove): # @@: OK, not a move, but looks a little like one code = 305 title = 'Use Proxy' |
