diff options
Diffstat (limited to 'docs/tutorials/lxmlgraph/step01/myapp/configure.zcml')
| -rw-r--r-- | docs/tutorials/lxmlgraph/step01/myapp/configure.zcml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml b/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml deleted file mode 100644 index e06023c24..000000000 --- a/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml +++ /dev/null @@ -1,12 +0,0 @@ -<configure xmlns="http://namespaces.repoze.org/bfg"> - - <!-- this must be included for the view declarations to work --> - <include package="repoze.bfg.includes" /> - - <!-- the default view for a MyModel --> - <view - for=".models.IMyModel" - view=".views.my_hello_view" - /> - -</configure> |
