[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces -
utilities.py:1.1.2.3
Sidnei da Silva
sidnei at x3ng.com.br
Wed Aug 13 10:37:25 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv28777/src/zope/app/interfaces
Modified Files:
Tag: dreamcatcher-ttwschema-branch
utilities.py
Log Message:
__name__-geddon. Use getName for getting the name of interfaces
=== Zope3/src/zope/app/interfaces/utilities.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/interfaces/utilities.py:1.1.2.2 Wed Aug 13 09:20:40 2003
+++ Zope3/src/zope/app/interfaces/utilities.py Wed Aug 13 09:36:20 2003
@@ -23,8 +23,8 @@
class ISchemaUtility(Interface):
- __name__ = TextLine(title=u'Schema Name',
- description=u"Schema Name")
+ getName = TextLine(title=u'Schema Name',
+ description=u"Schema Name")
class ISchemaAdding(IAdding):
pass
More information about the Zope3-Checkins
mailing list