So I wrote a functional test to reproduce the issue you created... https://github.com/Pylons/pyramid_jinja2/issues/18
The test I wrote can be found here... https://github.com/Pylons/pyramid_jinja2/commit/b60c4d8563befa75b7b014d47ca2d8d8b002b711 The test shows that creating composite Configurator-based web apps (the same you do in a .ini file) does *not* clobber the jinja2.directories settings. There must be a problem elsewhere in your setup. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
