diff options
| author | Michael Merickel <michael@merickel.org> | 2018-11-14 22:23:51 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2018-11-14 22:23:51 -0600 |
| commit | d4ce9d3f915b18425b4ce5224a51a89342270371 (patch) | |
| tree | 545fce108c0dac6b60fc5008ebdd3a1ccbf4fd55 /tests/test_url.py | |
| parent | 2f8ede09e52162e475aececf587b21e96a2b1a79 (diff) | |
| download | pyramid-d4ce9d3f915b18425b4ce5224a51a89342270371.tar.gz pyramid-d4ce9d3f915b18425b4ce5224a51a89342270371.tar.bz2 pyramid-d4ce9d3f915b18425b4ce5224a51a89342270371.zip | |
move WIN and PYPY tests into pyramid.util
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): |
