diff options
Diffstat (limited to 'tests/test_url.py')
| -rw-r--r-- | tests/test_url.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_url.py b/tests/test_url.py index 4c761ce50..648f48d53 100644 --- a/tests/test_url.py +++ b/tests/test_url.py @@ -3,8 +3,7 @@ import unittest from pyramid import testing -from pyramid.compat import WIN -from pyramid.util import text_ +from pyramid.util import WIN, text_ class TestURLMethodsMixin(unittest.TestCase): |
