[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
	container.py:1.8
    Sidnei da Silva 
    sidnei at x3ng.com.br
       
    Wed Dec 17 16:28:03 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv14741/src/zope/app/interfaces
Modified Files:
	container.py 
Log Message:
Small refactoring to make it easier to reuse the SchemaUtility on different contexts (like, storing the fields on a RDBMS)
=== Zope3/src/zope/app/interfaces/container.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/interfaces/container.py:1.7	Tue Dec  9 02:35:37 2003
+++ Zope3/src/zope/app/interfaces/container.py	Wed Dec 17 16:27:32 2003
@@ -233,7 +233,7 @@
 
     def renderAddButton():
         """It will add Add button"""
-        
+
 
 class INameChooser(Interface):
 
    
    
More information about the Zope3-Checkins
mailing list