[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/workflow/stateful/testobject.zcml
A grep discovered this deprecated spelling. I suspect it is
not tested, therefore, but here's the correct spelling nonetheless.
Gary Poster
gary at zope.com
Fri Apr 28 20:33:50 EDT 2006
Log message for revision 67744:
A grep discovered this deprecated spelling. I suspect it is not tested, therefore, but here's the correct spelling nonetheless.
Changed:
U Zope3/trunk/src/zope/app/workflow/stateful/testobject.zcml
-=-
Modified: Zope3/trunk/src/zope/app/workflow/stateful/testobject.zcml
===================================================================
--- Zope3/trunk/src/zope/app/workflow/stateful/testobject.zcml 2006-04-29 00:26:53 UTC (rev 67743)
+++ Zope3/trunk/src/zope/app/workflow/stateful/testobject.zcml 2006-04-29 00:33:49 UTC (rev 67744)
@@ -6,7 +6,7 @@
<class class=".testobject.TestObject">
<implements
- interface="zope.app.annotation.interfaces.IAttributeAnnotatable"/>
+ interface="zope.annotation.interfaces.IAttributeAnnotatable"/>
<implements interface=
"zope.app.workflow.interfaces.IProcessInstanceContainerAdaptable"/>
More information about the Zope3-Checkins
mailing list