[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces - introspector.py:1.3
Jim Fulton
jim@zope.com
Sat, 21 Jun 2003 17:22:40 -0400
Update of /cvs-repository/Zope3/src/zope/app/interfaces
In directory cvs.zope.org:/tmp/cvs-serv2745/src/zope/app/interfaces
Modified Files:
introspector.py
Log Message:
Major refactoring to reflect change in terminology from
"configuration" to "registration" to refer to the configuration of how
objects are used (as opposed to their internal configuration).
=== Zope3/src/zope/app/interfaces/introspector.py 1.2 => 1.3 ===
--- Zope3/src/zope/app/interfaces/introspector.py:1.2 Wed Dec 25 09:12:56 2002
+++ Zope3/src/zope/app/interfaces/introspector.py Sat Jun 21 17:22:09 2003
@@ -46,5 +46,5 @@
def getExtends():
"""Returns all the class extended up to the top most level"""
- def getInterfaceConfiguration():
+ def getInterfaceRegistration():
"""Returns details for a interface configuration"""