summaryrefslogtreecommitdiff
path: root/tests/test_tweens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_tweens.py')
-rw-r--r--tests/test_tweens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tweens.py b/tests/test_tweens.py
index aee1ae7cc..eb6e45118 100644
--- a/tests/test_tweens.py
+++ b/tests/test_tweens.py
@@ -31,8 +31,8 @@ class Test_excview_tween_factory(unittest.TestCase):
self.assertIsNone(request.exc_info)
def test_it_catches_notfound(self):
- from pyramid.request import Request
from pyramid.httpexceptions import HTTPNotFound
+ from pyramid.request import Request
self.config.add_notfound_view(lambda exc, request: exc)