diff options
| author | Michael Merickel <michael@merickel.org> | 2018-11-14 18:50:02 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-14 18:59:44 -0600 |
| commit | 5e7361044cbd18d5d9f72f603a9861c1e69a037b (patch) | |
| tree | 825c07f53cd6dc51e87a6195585174ce8230f41c /src | |
| parent | 9ead1d8e84edcb86ea9e07b4d2c31e7b74a098ed (diff) | |
| download | pyramid-5e7361044cbd18d5d9f72f603a9861c1e69a037b.tar.gz pyramid-5e7361044cbd18d5d9f72f603a9861c1e69a037b.tar.bz2 pyramid-5e7361044cbd18d5d9f72f603a9861c1e69a037b.zip | |
remove SimpleCookie and escape shims
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/compat.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pyramid/compat.py b/src/pyramid/compat.py index 12b4b7b00..2dde5eeee 100644 --- a/src/pyramid/compat.py +++ b/src/pyramid/compat.py @@ -76,10 +76,6 @@ def is_nonstr_iter(v): return hasattr(v, '__iter__') -from http.cookies import SimpleCookie - -from html import escape - # see PEP 3333 for why we encode WSGI PATH_INFO to latin-1 before # decoding it to utf-8 def decode_path_info(path): |
