[Zope3-checkins] CVS: Products3/zwiki - traversal.py:1.2 wikipage.py:1.5
Marius Gedminas
mgedmin@codeworks.lt
Wed, 28 May 2003 02:54:17 -0400
Update of /cvs-repository/Products3/zwiki
In directory cvs.zope.org:/tmp/cvs-serv31094
Modified Files:
traversal.py wikipage.py
Log Message:
zope.proxy.context is now just zope.context
=== Products3/zwiki/traversal.py 1.1 => 1.2 ===
--- Products3/zwiki/traversal.py:1.1 Wed Apr 9 09:41:29 2003
+++ Products3/zwiki/traversal.py Wed May 28 02:53:47 2003
@@ -21,7 +21,7 @@
from zope.app.traversing import getParent
from zope.proxy.introspection import removeAllProxies
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
from zope.app.interfaces.traversing import ITraversable
from zope.app.traversing.namespace import UnexpectedParameters
=== Products3/zwiki/wikipage.py 1.4 => 1.5 ===
--- Products3/zwiki/wikipage.py:1.4 Sat Apr 12 19:05:34 2003
+++ Products3/zwiki/wikipage.py Wed May 28 02:53:47 2003
@@ -19,7 +19,7 @@
from persistence import Persistent
from zope.component import getAdapter
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
from zope.app.traversing import getParent, objectName
from zope.app.interfaces.index.text import ISearchableText