[Zope-Checkins]
SVN: Products.Five/branches/philikon-local-components/tests/event.txt
zope.component/meta.zcml is enough these days
Philipp von Weitershausen
philikon at philikon.de
Wed Apr 19 13:51:31 EDT 2006
Log message for revision 67161:
zope.component/meta.zcml is enough these days
Changed:
U Products.Five/branches/philikon-local-components/tests/event.txt
-=-
Modified: Products.Five/branches/philikon-local-components/tests/event.txt
===================================================================
--- Products.Five/branches/philikon-local-components/tests/event.txt 2006-04-19 17:48:42 UTC (rev 67160)
+++ Products.Five/branches/philikon-local-components/tests/event.txt 2006-04-19 17:51:30 UTC (rev 67161)
@@ -82,8 +82,8 @@
>>> from Products.Five import zcml
>>> import Products.Five
- >>> import zope.app.component
- >>> zcml.load_config('meta.zcml', zope.app.component)
+ >>> import zope.component
+ >>> zcml.load_config('meta.zcml', zope.component)
>>> zcml.load_config('event.zcml', Products.Five)
We need at least one fake deprecated method to tell the compatibility
More information about the Zope-Checkins
mailing list