diff options
Diffstat (limited to 'repoze/bfg/tests/fixtureapp/another.zcml')
| -rw-r--r-- | repoze/bfg/tests/fixtureapp/another.zcml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/repoze/bfg/tests/fixtureapp/another.zcml b/repoze/bfg/tests/fixtureapp/another.zcml index f29e7e59e..c01245656 100644 --- a/repoze/bfg/tests/fixtureapp/another.zcml +++ b/repoze/bfg/tests/fixtureapp/another.zcml @@ -1,8 +1,6 @@ -<configure xmlns="http://namespaces.zope.org/zope" - xmlns:bfg="http://namespaces.repoze.org/bfg" - i18n_domain="repoze.bfg"> +<configure xmlns="http://namespaces.repoze.org/bfg"> - <bfg:view + <view view=".views.fixture_view" for="*" name="another.html" |
