diff options
| author | Chris McDonough <chrism@plope.com> | 2012-02-14 02:28:24 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-02-14 02:28:24 -0500 |
| commit | c08f7656c1427cf5ebacf18356a5f55bd20ecfbd (patch) | |
| tree | 8b20c2ce2b0d444e47d4dafec2ab8cf665580464 | |
| parent | 118cd9f74797e652b17d2411fd7cb55744953239 (diff) | |
| download | pyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.tar.gz pyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.tar.bz2 pyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.zip | |
import from the right place
| -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, ) |
