summaryrefslogtreecommitdiff
path: root/tests/pkgs/static_routeprefix/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs/static_routeprefix/__init__.py')
-rw-r--r--tests/pkgs/static_routeprefix/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pkgs/static_routeprefix/__init__.py b/tests/pkgs/static_routeprefix/__init__.py
index 9b539380a..6a3a80712 100644
--- a/tests/pkgs/static_routeprefix/__init__.py
+++ b/tests/pkgs/static_routeprefix/__init__.py
@@ -1,7 +1,7 @@
def includeme(config):
- config.add_static_view('/static', 'pyramid.tests:fixtures')
+ config.add_static_view('/static', 'tests:fixtures')
config.include(includeme2, route_prefix='/prefix')
def includeme2(config):
- config.add_static_view('/static', 'pyramid.tests:fixtures/static')
+ config.add_static_view('/static', 'tests:fixtures/static')