Michael Merickel
2018-10-15 dd3cc81f75dcb5ff96e0751653071722a15f46c2
tests/pkgs/includeapp1/two.py
@@ -5,5 +5,5 @@
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