summaryrefslogtreecommitdiff
path: root/paste/httpexceptions.py
diff options
context:
space:
mode:
authorcce <devnull@localhost>2005-12-05 23:22:15 +0000
committercce <devnull@localhost>2005-12-05 23:22:15 +0000
commit6744cbce9ac77ad9f4b6711c7cd7b5d550d43cef (patch)
treeeb73cc7d75bfff2af153904a79419ff016d6e779 /paste/httpexceptions.py
parent229f197a9cacea3892f3b4a042d72ddb83464cae (diff)
downloadpaste-6744cbce9ac77ad9f4b6711c7cd7b5d550d43cef.tar.gz
use proxy, not user proxy
Diffstat (limited to 'paste/httpexceptions.py')
-rw-r--r--paste/httpexceptions.py2
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'