summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-02-14 02:28:24 -0500
committerChris McDonough <chrism@plope.com>2012-02-14 02:28:24 -0500
commitc08f7656c1427cf5ebacf18356a5f55bd20ecfbd (patch)
tree8b20c2ce2b0d444e47d4dafec2ab8cf665580464
parent118cd9f74797e652b17d2411fd7cb55744953239 (diff)
downloadpyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.tar.gz
pyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.tar.bz2
pyramid-c08f7656c1427cf5ebacf18356a5f55bd20ecfbd.zip
import from the right place
-rw-r--r--pyramid/urldispatch.py2
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,
)