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

Jim Fulton jim@zope.com
Mon, 2 Jun 2003 14:38:41 -0400


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

Modified Files:
	interfaces.py 
Log Message:
Removed mention of __getstate__.


=== Zope3/src/zope/context/interfaces.py 1.12 => 1.13 ===
--- Zope3/src/zope/context/interfaces.py:1.12	Sun Jun  1 11:59:40 2003
+++ Zope3/src/zope/context/interfaces.py	Mon Jun  2 14:38:40 2003
@@ -114,9 +114,6 @@
     __str__
     """
 
-    def __getstate__():
-        """Raises AttributeError if called (to prevent pickling)"""
-
 
 class IWrapperIntrospection(Interface):
     """Wrapper API provided to applications."""