diff options
| author | Ilja Everilä <saarni@gmail.com> | 2015-02-05 21:01:24 +0200 |
|---|---|---|
| committer | Ilja Everilä <saarni@gmail.com> | 2015-02-05 21:01:24 +0200 |
| commit | d6ff994619d18981dbde6dce7e8a10140f063e06 (patch) | |
| tree | 3aea5ffad9f2271ea4fa8985d188dc368bab36f7 | |
| parent | d49949081da1669914ddebb487c87edba3f41000 (diff) | |
| download | pyramid-d6ff994619d18981dbde6dce7e8a10140f063e06.tar.gz pyramid-d6ff994619d18981dbde6dce7e8a10140f063e06.tar.bz2 pyramid-d6ff994619d18981dbde6dce7e8a10140f063e06.zip | |
remove unused import
| -rw-r--r-- | pyramid/tests/test_config/test_util.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_config/test_util.py b/pyramid/tests/test_config/test_util.py index 0d0de9579..ccf7fa260 100644 --- a/pyramid/tests/test_config/test_util.py +++ b/pyramid/tests/test_config/test_util.py @@ -1,5 +1,5 @@ import unittest -from pyramid.compat import text_, PY3 +from pyramid.compat import text_ class TestPredicateList(unittest.TestCase): |
