cybertools/twisted/z2/configure.zcml
helmutm d021473fbf trying to use twisted in a Zope 2 instance
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3503 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-08-16 11:01:13 +00:00

11 lines
290 B
XML

<!-- $Id$ -->
<configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser">
<zope:subscriber
for="zope.app.appsetup.interfaces.IDatabaseOpenedWithRootEvent"
handler="cybertools.twisted.z2.startup.startup" />
</configure>