[Checkins] SVN: ldappas/trunk/src/ldappas/configure.zcml replaced deprecated localUtility directive

Christian Zagrodnick cz at gocept.com
Mon Jun 25 03:59:04 EDT 2007


Log message for revision 77030:
  replaced deprecated localUtility directive

Changed:
  U   ldappas/trunk/src/ldappas/configure.zcml

-=-
Modified: ldappas/trunk/src/ldappas/configure.zcml
===================================================================
--- ldappas/trunk/src/ldappas/configure.zcml	2007-06-25 07:51:29 UTC (rev 77029)
+++ ldappas/trunk/src/ldappas/configure.zcml	2007-06-25 07:59:03 UTC (rev 77030)
@@ -4,7 +4,7 @@
     i18n_domain="ldappas"
     >
 
-  <localUtility class=".authentication.LDAPAuthentication">
+  <class class=".authentication.LDAPAuthentication">
 
     <implements
         interface="zope.annotation.interfaces.IAttributeAnnotatable"
@@ -15,7 +15,7 @@
         set_schema="ldappas.interfaces.ILDAPAuthentication"
         />
 
-  </localUtility>
+  </class>
 
   <browser:addform
       schema="ldappas.interfaces.ILDAPAuthentication"



More information about the Checkins mailing list