summaryrefslogtreecommitdiff
path: root/cherrypy/lib/encoding.py
diff options
context:
space:
mode:
authorRobert Brewer <fumanchu@aminus.org>2006-09-16 22:20:42 +0000
committerRobert Brewer <fumanchu@aminus.org>2006-09-16 22:20:42 +0000
commitf1119e881f79c7fb2656a74296c65199fb8d1063 (patch)
tree818dcd8e3f386505959d11f362ac27629d6a867a /cherrypy/lib/encoding.py
parent427b220a5d404831de27eab190e5b4093f20b881 (diff)
downloadcherrypy-git-f1119e881f79c7fb2656a74296c65199fb8d1063.tar.gz
A couple more priorities for tools.
Diffstat (limited to 'cherrypy/lib/encoding.py')
-rw-r--r--cherrypy/lib/encoding.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cherrypy/lib/encoding.py b/cherrypy/lib/encoding.py
index 8db65996..e47acd61 100644
--- a/cherrypy/lib/encoding.py
+++ b/cherrypy/lib/encoding.py
@@ -216,4 +216,3 @@ def gzip(compress_level=9, mime_types=['text/html', 'text/plain']):
zipit()
return
cherrypy.HTTPError(406, "identity, gzip").set_response()
-gzip.priority = 90