[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml fixed DeprecationWarning for zope.app.annotation

Michael Bernstein webmaven at cox.net
Wed May 16 14:11:20 EDT 2007


Log message for revision 75811:
  fixed DeprecationWarning for zope.app.annotation
  

Changed:
  U   z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml

-=-
Modified: z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml
===================================================================
--- z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml	2007-05-16 17:36:43 UTC (rev 75810)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml	2007-05-16 18:11:19 UTC (rev 75811)
@@ -34,7 +34,7 @@
   <class class=".datamanager.AlchemyEngineUtility">
 
     <implements
-        interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
+        interface="zope.annotation.interfaces.IAttributeAnnotatable"
         />
 
     <require



More information about the Checkins mailing list