[Zope3-checkins] CVS: Zope3/src/zope/app/workflow/browser -
	configure.zcml:1.3
    Stephan Richter 
    srichter at cosmos.phy.tufts.edu
       
    Sat Mar 13 21:17:40 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/workflow/browser
In directory cvs.zope.org:/tmp/cvs-serv8281/src/zope/app/workflow/browser
Modified Files:
	configure.zcml 
Log Message:
Moved zope.app.browser.container to zope.app.container.browser.
=== Zope3/src/zope/app/workflow/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/workflow/browser/configure.zcml:1.2	Wed Mar  3 15:20:34 2004
+++ Zope3/src/zope/app/workflow/browser/configure.zcml	Sat Mar 13 21:17:09 2004
@@ -45,7 +45,7 @@
   <page
       for="zope.app.workflow.interfaces.IProcessDefinitionElementContainer"
       permission="zope.workflow.ManageProcessDefinitions"
-      class="zope.app.browser.container.contents.Contents"
+      class="zope.app.container.browser.contents.Contents"
       name="contents.html" 
       attribute="contents"
       menu="zmi_views" title="Contents" />
    
    
More information about the Zope3-Checkins
mailing list