[z3-checkins] r26706 - z3/sqlos/trunk/Zope2/FiveSQLOS
jinty at codespeak.net
jinty at codespeak.net
Wed May 3 09:23:04 CEST 2006
Author: jinty
Date: Wed May 3 09:23:02 2006
New Revision: 26706
Modified:
z3/sqlos/trunk/Zope2/FiveSQLOS/configure.zcml
Log:
oops, that was the wrong place to get ISQLObject.
Modified: z3/sqlos/trunk/Zope2/FiveSQLOS/configure.zcml
==============================================================================
--- z3/sqlos/trunk/Zope2/FiveSQLOS/configure.zcml (original)
+++ z3/sqlos/trunk/Zope2/FiveSQLOS/configure.zcml Wed May 3 09:23:02 2006
@@ -7,7 +7,7 @@
<include file="dependencies.zcml"/>
<adapter
- for="sqlos.ISQLObject"
+ for="sqlos.interfaces.ISQLObject"
provides=".interfaces.IFiveSQLObject"
factory=".wrapper.ItemWrapper"
/>
More information about the z3-checkins
mailing list