[Zope3-checkins] CVS: Zope3/src/zope/app/schema - configure.zcml:1.1.2.2

Fred L. Drake, Jr. fred@zope.com
Thu, 8 May 2003 10:50:03 -0400


Update of /cvs-repository/Zope3/src/zope/app/schema
In directory cvs.zope.org:/tmp/cvs-serv18519

Modified Files:
      Tag: schema-vocabulary-branch
	configure.zcml 
Log Message:
update location of the IVocabularyRegistry interface


=== Zope3/src/zope/app/schema/configure.zcml 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/schema/configure.zcml:1.1.2.1	Thu May  8 10:46:00 2003
+++ Zope3/src/zope/app/schema/configure.zcml	Thu May  8 10:50:03 2003
@@ -1,7 +1,7 @@
 <zopeConfigure xmlns='http://namespaces.zope.org/zope'>
 
 <serviceType id='Vocabularies'
-             interface='zope.schema.vocabulary.IVocabularyRegistry' />
+             interface='zope.schema.interfaces.IVocabularyRegistry' />
 
 <service serviceType='Vocabularies'
          permission='zope.Public'