From 1eb861e0f046397715a92ed7ad7b85a2baa22b29 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 07:15:44 +0000 Subject: - Allow a Paste config file (``configure_zcml``) value or an environment variable (``BFG_CONFIGURE_ZCML``) to name a ZCML file that will be used to bootstrap the application. Previously, the integrator could not influence which ZCML file was used to do the boostrapping (only the original application developer could do so). --- repoze/bfg/tests/fixtureapp/models.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'repoze/bfg/tests/fixtureapp/models.py') diff --git a/repoze/bfg/tests/fixtureapp/models.py b/repoze/bfg/tests/fixtureapp/models.py index a57b06308..d80d14bb3 100644 --- a/repoze/bfg/tests/fixtureapp/models.py +++ b/repoze/bfg/tests/fixtureapp/models.py @@ -3,3 +3,6 @@ from zope.interface import Interface class IFixture(Interface): pass +def fixture(): + """ """ + -- cgit v1.2.3