[Zope3-checkins] CVS: Zope3/src/zope/app - attributeannotations.py:1.1.2.2

Jim Fulton jim@zope.com
Mon, 23 Dec 2002 18:52:58 -0500


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

Modified Files:
      Tag: NameGeddon-branch
	attributeannotations.py 
Log Message:
refactored context wrappers so we get them just from zope.proxy.context

=== Zope3/src/zope/app/attributeannotations.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/attributeannotations.py:1.1.2.1	Mon Dec 23 14:30:56 2002
+++ Zope3/src/zope/app/attributeannotations.py	Mon Dec 23 18:52:27 2002
@@ -19,7 +19,7 @@
 from zodb.btrees.OOBTree import OOBTree
 from zope.app.interfaces.annotation import IAnnotations
 from zope.proxy.introspection import removeAllProxies
-from zope.proxy.context.context import ContextWrapper
+from zope.proxy.context import ContextWrapper
 
 class AttributeAnnotations:
     """