[Zope3-checkins] CVS: Zope3/src/zope/app/debugskin -
	configure.zcml:1.2
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 23:45:20 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/debugskin
In directory cvs.zope.org:/tmp/cvs-serv2821/src/zope/app/debugskin
Modified Files:
	configure.zcml 
Log Message:
Move exception views and interfaces to their own package zope.app.exception.
=== Zope3/src/zope/app/debugskin/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/debugskin/configure.zcml:1.1	Tue Mar  2 12:11:29 2004
+++ Zope3/src/zope/app/debugskin/configure.zcml	Sat Mar 13 23:44:49 2004
@@ -10,7 +10,7 @@
       name="index.html"
       permission="zope.Public"
       template="unauthorized.pt"
-      class="zope.app.browser.exception.unauthorized.Unauthorized"
+      class="zope.app.exception.browser.unauthorized.Unauthorized"
       layer="debug" />
 
   <page 
    
    
More information about the Zope3-Checkins
mailing list