From 81576ee51564c49d5ff3c1c07f214f22a8438231 Mon Sep 17 00:00:00 2001
From: Michael Merickel <github@m.merickel.org>
Date: Mon, 15 Oct 2018 16:03:53 +0200
Subject: [PATCH] Merge pull request #3387 from mmerickel/src-folder-refactor

---
 tests/pkgs/includeapp1/three.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pyramid/tests/pkgs/includeapp1/three.py b/tests/pkgs/includeapp1/three.py
similarity index 72%
rename from pyramid/tests/pkgs/includeapp1/three.py
rename to tests/pkgs/includeapp1/three.py
index e7131bc..973f91d 100644
--- a/pyramid/tests/pkgs/includeapp1/three.py
+++ b/tests/pkgs/includeapp1/three.py
@@ -5,6 +5,6 @@
 
 def configure(config):
     config.add_view(aview, name='three')
-    config.include('pyramid.tests.pkgs.includeapp1.two.configure') # should not cycle
+    config.include('tests.pkgs.includeapp1.two.configure') # should not cycle
     config.add_view(aview) # will be overridden by root when resolved
     

--
Gitblit v1.9.3