[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - utilities.py:1.1.2.4

Stephan Richter srichter at cosmos.phy.tufts.edu
Wed Aug 13 10:51:51 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv31494/interfaces

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	utilities.py 
Log Message:
got name setting working.


=== Zope3/src/zope/app/interfaces/utilities.py 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/interfaces/utilities.py:1.1.2.3	Wed Aug 13 09:36:20 2003
+++ Zope3/src/zope/app/interfaces/utilities.py	Wed Aug 13 09:51:13 2003
@@ -33,6 +33,9 @@
     """This object represents an interface/schema that can be edited by
     managing the fields it contains.""" 
 
+    def setName(name):
+        """Set the name of the schema."""
+
     def addField(name, field):
         """Add a field to schema."""
 




More information about the Zope3-Checkins mailing list