diff options
| -rw-r--r-- | pyramid/urldispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/urldispatch.py b/pyramid/urldispatch.py index bd1da8f71..009804280 100644 --- a/pyramid/urldispatch.py +++ b/pyramid/urldispatch.py @@ -14,13 +14,13 @@ from pyramid.compat import ( string_types, binary_type, is_nonstr_iter, + decode_path_info, ) from pyramid.exceptions import URLDecodeError from pyramid.traversal import ( quote_path_segment, - decode_path_info, split_path_info, ) |
