[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop -
	configure.zcml:1.12
    Philipp von Weitershausen 
    cvs-admin at zope.org
       
    Sat Dec  6 13:00:02 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv11822/zopetop
Modified Files:
	configure.zcml 
Log Message:
shorter path
=== Zope3/src/zope/app/browser/skins/zopetop/configure.zcml 1.11 => 1.12 ===
--- Zope3/src/zope/app/browser/skins/zopetop/configure.zcml:1.11	Fri Nov 21 12:10:23 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/configure.zcml	Sat Dec  6 13:00:01 2003
@@ -11,7 +11,7 @@
       for="*"
       name="standard_macros"
       permission="zope.View"
-      class="zope.app.browser.skins.zopetop.standardmacros.StandardMacros"
+      class=".standardmacros.StandardMacros"
       allowed_interface="zope.interface.common.mapping.IItemMapping"
       layer="templates" />
 
    
    
More information about the Zope3-Checkins
mailing list