[Checkins] SVN: zc.extrinsicreference/trunk/src/zc/extrinsicreference/configure.zcml Take away all deprecations (except i18n:translate, where pertinent).

Gary Poster gary at zope.com
Fri Apr 28 20:22:12 EDT 2006


Log message for revision 67738:
  Take away all deprecations (except i18n:translate, where pertinent).
  

Changed:
  U   zc.extrinsicreference/trunk/src/zc/extrinsicreference/configure.zcml

-=-
Modified: zc.extrinsicreference/trunk/src/zc/extrinsicreference/configure.zcml
===================================================================
--- zc.extrinsicreference/trunk/src/zc/extrinsicreference/configure.zcml	2006-04-29 00:21:29 UTC (rev 67737)
+++ zc.extrinsicreference/trunk/src/zc/extrinsicreference/configure.zcml	2006-04-29 00:22:11 UTC (rev 67738)
@@ -5,7 +5,7 @@
 
     <class class=".extrinsicreference.ExtrinsicReferences">
         <implements
-            interface="zope.app.annotation.interfaces.IAttributeAnnotatable"/>
+            interface="zope.annotation.interfaces.IAttributeAnnotatable"/>
     </class>
 
     <browser:addMenuItem



More information about the Checkins mailing list