summaryrefslogtreecommitdiff
path: root/tests/pkgs/includeapp1/two.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkgs/includeapp1/two.py')
-rw-r--r--tests/pkgs/includeapp1/two.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgs/includeapp1/two.py b/tests/pkgs/includeapp1/two.py
index 99b0f883a..6b8bb5539 100644
--- a/tests/pkgs/includeapp1/two.py
+++ b/tests/pkgs/includeapp1/two.py
@@ -5,5 +5,5 @@ def aview(request):
def configure(config):
config.add_view(aview, name='two')
- config.include('pyramid.tests.pkgs.includeapp1.three.configure')
+ config.include('tests.pkgs.includeapp1.three.configure')
config.add_view(aview) # will be overridden by root when resolved