[Checkins] SVN: z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml Make utility annotatable.

Stefan H. Holek stefan at epy.co.at
Fri Apr 27 05:54:30 EDT 2007


Log message for revision 74852:
  Make utility annotatable.
  

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-04-27 08:39:23 UTC (rev 74851)
+++ z3c.zalchemy/trunk/src/z3c/zalchemy/configure.zcml	2007-04-27 09:54:28 UTC (rev 74852)
@@ -33,7 +33,12 @@
 
   <class class=".datamanager.AlchemyEngineUtility">
 
+    <implements
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
+        />
+
     <require
+
         permission="zope.View"
         interface=".interfaces.IAlchemyEngineUtility"
         />



More information about the Checkins mailing list