summaryrefslogtreecommitdiff
path: root/cherrypy/lib/httputil.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-09 05:08:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-09 05:08:38 -0400
commit405245006e18d258794e65e12f03f7d2d588d0ca (patch)
tree79e86abbb46206933ca99a1b88b689475449a222 /cherrypy/lib/httputil.py
parent04cd9c3b0a4ab2abb805d71ec7d4b7fd3135e30d (diff)
downloadcherrypy-git-405245006e18d258794e65e12f03f7d2d588d0ca.tar.gz
Remove 'sorted' and 'reversed' from _cp_compat
Diffstat (limited to 'cherrypy/lib/httputil.py')
-rw-r--r--cherrypy/lib/httputil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypy/lib/httputil.py b/cherrypy/lib/httputil.py
index 29d4564e..e08eb9f8 100644
--- a/cherrypy/lib/httputil.py
+++ b/cherrypy/lib/httputil.py
@@ -22,7 +22,7 @@ import six
from cherrypy._cpcompat import BaseHTTPRequestHandler, ntob, ntou
from cherrypy._cpcompat import text_or_bytes
-from cherrypy._cpcompat import reversed, sorted, unquote_qs
+from cherrypy._cpcompat import unquote_qs
response_codes = BaseHTTPRequestHandler.responses.copy()