summaryrefslogtreecommitdiff
path: root/tests/test_urldispatch.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_urldispatch.py')
-rw-r--r--tests/test_urldispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_urldispatch.py b/tests/test_urldispatch.py
index a74731730..5d77042ae 100644
--- a/tests/test_urldispatch.py
+++ b/tests/test_urldispatch.py
@@ -1,6 +1,6 @@
import unittest
from pyramid import testing
-from pyramid.compat import text_
+from pyramid.util import text_
class TestRoute(unittest.TestCase):