src/ztfy/utils/zodb.zcml
branchZTK-1.1
changeset 234 69503d5058a1
parent 170 a08e9a1c5b07
equal deleted inserted replaced
233:6c087119379d 234:69503d5058a1
     1 <configure
     1 <configure
     2 	xmlns="http://namespaces.zope.org/zope"
     2 	xmlns="http://namespaces.zope.org/zope"
     3 	xmlns:i18n="http://namespaces.zope.org/i18n"
       
     4 	i18n_domain="ztfy.utils">
     3 	i18n_domain="ztfy.utils">
     5 
     4 
     6 	<!-- IPersistent adapters copied from zc.twist package -->
     5 	<!-- IPersistent adapters copied from zc.twist package -->
     7 	<adapter
     6 	<adapter
     8 		factory=".zodb.transactionManager" />
     7 		factory=".zodb.transactionManager" />