[z3-checkins] r26704 - z3/sqlos/branch/0.2/Zope2/FiveSQLOS
jinty at codespeak.net
jinty at codespeak.net
Wed May 3 09:21:24 CEST 2006
Author: jinty
Date: Wed May 3 09:21:21 2006
New Revision: 26704
Modified:
z3/sqlos/branch/0.2/Zope2/FiveSQLOS/configure.zcml
Log:
oops, that was the wrong place to get ISQLObject.
Modified: z3/sqlos/branch/0.2/Zope2/FiveSQLOS/configure.zcml
==============================================================================
--- z3/sqlos/branch/0.2/Zope2/FiveSQLOS/configure.zcml (original)
+++ z3/sqlos/branch/0.2/Zope2/FiveSQLOS/configure.zcml Wed May 3 09:21:21 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