summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step01/myapp/configure.zcml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/lxmlgraph/step01/myapp/configure.zcml')
-rw-r--r--docs/tutorials/lxmlgraph/step01/myapp/configure.zcml12
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>