diff options
Diffstat (limited to 'tests/test_config/pkgs/scannable/another.py')
| -rw-r--r-- | tests/test_config/pkgs/scannable/another.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/pkgs/scannable/another.py b/tests/test_config/pkgs/scannable/another.py index e8b71e5e3..31e7f5128 100644 --- a/tests/test_config/pkgs/scannable/another.py +++ b/tests/test_config/pkgs/scannable/another.py @@ -1,5 +1,5 @@ -from pyramid.view import view_config from pyramid.renderers import null_renderer +from pyramid.view import view_config @view_config(name='another', renderer=null_renderer) |
