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