From c08f7656c1427cf5ebacf18356a5f55bd20ecfbd Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 14 Feb 2012 02:28:24 -0500 Subject: import from the right place --- pyramid/urldispatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ) -- cgit v1.2.3