[Checkins] SVN: mysqldbda/trunk/configure.zcml Remove deprecation warnings in ZCML

Mikhail Kashkin m at keysolutions.ru
Sat Aug 12 19:00:38 EDT 2006


Log message for revision 69437:
  Remove deprecation warnings in ZCML

Changed:
  U   mysqldbda/trunk/configure.zcml

-=-
Modified: mysqldbda/trunk/configure.zcml
===================================================================
--- mysqldbda/trunk/configure.zcml	2006-08-12 22:30:38 UTC (rev 69436)
+++ mysqldbda/trunk/configure.zcml	2006-08-12 23:00:37 UTC (rev 69437)
@@ -3,7 +3,7 @@
     xmlns:browser="http://namespaces.zope.org/browser"
     i18n_domain="mysqldbda">
 
-  <content class=".adapter.MySQLdbAdapter">
+  <class class=".adapter.MySQLdbAdapter">
     <factory id="zope.da.MySQLdbDA" />
     <require
         permission="zope.app.rdb.Use"
@@ -13,7 +13,7 @@
         permission="zope.ManageServices"
         interface="zope.app.rdb.interfaces.IZopeDatabaseAdapterManagement"
         />
-  </content>
+  </class>
 
   <browser:addform
       name="AddMySQLdbDA"



More information about the Checkins mailing list