[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/Caching - configure.zcml:1.2

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 07:52:25 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Caching
In directory cvs.zope.org:/tmp/cvs-serv30235/lib/python/Zope/App/Caching

Modified Files:
	configure.zcml 
Log Message:
Fix module name

=== Zope3/lib/python/Zope/App/Caching/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/Caching/configure.zcml:1.1	Thu Oct  3 06:14:12 2002
+++ Zope3/lib/python/Zope/App/Caching/configure.zcml	Thu Oct  3 07:52:25 2002
@@ -4,7 +4,7 @@
    package="Zope.App.Caching"
 >
 
-  <adapter factory=".Caching.AnnotationCacheable."
+  <adapter factory=".AnnotationCacheable."
            provides=".ICacheable."
            for="Zope.App.OFS.Annotation.IAnnotatable." />