[Zope3-checkins] CVS: Zope3/src/zope/app/container/browser - configure.zcml:1.3 metaconfigure.py:1.4

Philipp von Weitershausen philikon at philikon.de
Thu Apr 29 06:11:36 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app/container/browser
In directory cvs.zope.org:/tmp/cvs-serv31484/src/zope/app/container/browser

Modified Files:
	configure.zcml metaconfigure.py 
Log Message:
Cleanup


=== Zope3/src/zope/app/container/browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/container/browser/configure.zcml:1.2	Tue Mar 23 17:08:14 2004
+++ Zope3/src/zope/app/container/browser/configure.zcml	Thu Apr 29 06:11:34 2004
@@ -30,6 +30,4 @@
       class="zope.app.container.browser.contents.Contents"
       template="commontasks.pt" />
 
-
-
 </zope:configure>


=== Zope3/src/zope/app/container/browser/metaconfigure.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/container/browser/metaconfigure.py:1.3	Thu Mar 18 07:19:24 2004
+++ Zope3/src/zope/app/container/browser/metaconfigure.py	Thu Apr 29 06:11:34 2004
@@ -11,6 +11,9 @@
 # FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
+"""
+$Id$
+"""
 
 from zope.interface import Interface
 from zope.configuration.fields import GlobalObject
@@ -69,7 +72,3 @@
         viewObj.page(_context, name='index.html', attribute='index')
         viewObj.page(_context, name='action.html', attribute='action')
         viewObj()
-
-
-        
-




More information about the Zope3-Checkins mailing list