[Zope3-checkins] CVS: Products3/odbcDA - configure.zcml:1.2
Christian Theune
ct@gocept.com
Fri, 13 Dec 2002 14:51:57 -0500
Update of /cvs-repository/Products3/odbcDA
In directory cvs.zope.org:/tmp/cvs-serv20092/odbcDA
Modified Files:
configure.zcml
Log Message:
- fixed some debugging code (print statement)
- catched up with the refactoring for AttributeAnnotatable
=== Products3/odbcDA/configure.zcml 1.1 => 1.2 ===
--- Products3/odbcDA/configure.zcml:1.1 Thu Dec 12 08:24:15 2002
+++ Products3/odbcDA/configure.zcml Fri Dec 13 14:51:26 2002
@@ -2,6 +2,8 @@
xmlns='http://namespaces.zope.org/zope'>
<content class=".Adapter.odbcAdapter">
+ <implements
+ interface="Zope.App.OFS.Annotation.IAttributeAnnotatable." />
<factory id="odbcDA"
permission="Zope.Public" />
<require permission="Zope.Public"