[Zope3-checkins] CVS: Zope3/src/zope/context - interfaces.py:1.11

Jim Fulton jim@zope.com
Wed, 28 May 2003 11:47:48 -0400


Update of /cvs-repository/Zope3/src/zope/context
In directory cvs.zope.org:/tmp/cvs-serv12122/src/zope/context

Modified Files:
	interfaces.py 
Log Message:
Minor wording change.


=== Zope3/src/zope/context/interfaces.py 1.10 => 1.11 ===
--- Zope3/src/zope/context/interfaces.py:1.10	Wed May 28 09:16:09 2003
+++ Zope3/src/zope/context/interfaces.py	Wed May 28 11:47:48 2003
@@ -40,18 +40,6 @@
         Where args is either (object,) or (object, context).
         """
 
-    def getobject(obj):
-        """Return the wrapped object.
-
-        If obj is not a wrapper object, return obj.
-        """
-
-    def getbaseobject(obj):
-        """Return the innermost wrapped object.
-
-        If obj is not a wrapper, return obj.
-        """
-
     def getinnerwrapper(obj):
         """Return the innermost wrapper.