src/ztfy/myams/tal/configure.zcml
changeset 0 8a19e25e39e4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/tal/configure.zcml	Wed May 07 10:36:24 2014 +0200
@@ -0,0 +1,11 @@
+<configure
+	xmlns="http://namespaces.zope.org/zope"
+	i18n_domain="ztfy.myams">
+
+	<adapter
+		name="myams"
+		factory=".api.MyAMSTalesAdapter"
+		provides="zope.traversing.interfaces.IPathAdapter"
+		for="*" />
+
+</configure>