From 434c0514dc7dd9c7881e1d30db4d988680220af2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 23 Aug 2008 00:03:29 +0000 Subject: - Read and write a pickled ZCML actions list, stored as ``configure.zcml.pck`` next to the applications's "normal" configuration file. A given bfg app will usually start faster if it's able to read the pickle data. It fails gracefully to reading the real ZCML file if it cannot read the pickle. --- repoze/bfg/tests/fixtureapp/another.zcml | 12 ++++++++++++ repoze/bfg/tests/fixtureapp/configure.zcml | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 repoze/bfg/tests/fixtureapp/another.zcml (limited to 'repoze/bfg/tests/fixtureapp') diff --git a/repoze/bfg/tests/fixtureapp/another.zcml b/repoze/bfg/tests/fixtureapp/another.zcml new file mode 100644 index 000000000..f29e7e59e --- /dev/null +++ b/repoze/bfg/tests/fixtureapp/another.zcml @@ -0,0 +1,12 @@ + + + + + diff --git a/repoze/bfg/tests/fixtureapp/configure.zcml b/repoze/bfg/tests/fixtureapp/configure.zcml index dfedda7bb..a56c1cbdf 100644 --- a/repoze/bfg/tests/fixtureapp/configure.zcml +++ b/repoze/bfg/tests/fixtureapp/configure.zcml @@ -18,4 +18,7 @@ request_type=".views.IDummy" /> + + + -- cgit v1.2.3