[Zope3-checkins] CVS: Zope3/src/zope/app - introspector.py:1.8

Jim Fulton jim@zope.com
Sat, 21 Jun 2003 17:22:29 -0400


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

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/introspector.py 1.7 => 1.8 ===
--- Zope3/src/zope/app/introspector.py:1.7	Tue Jun  3 11:33:55 2003
+++ Zope3/src/zope/app/introspector.py	Sat Jun 21 17:21:58 2003
@@ -133,7 +133,7 @@
         bases = self._unpackTuple((self.currentclass).__bases__)
         return bases
 
-    def getInterfaceConfiguration(self):
+    def getInterfaceRegistration(self):
         """Returns details for a interface configuration"""
         #sm = queryServiceManager(self.context)
         service = []