[Zope3-checkins] CVS: Zope3/src/zope/app/publication/tests - test_browserpublication.py:1.12 test_zopepublication.py:1.14
Jim Fulton
jim@zope.com
Tue, 27 May 2003 10:18:53 -0400
Update of /cvs-repository/Zope3/src/zope/app/publication/tests
In directory cvs.zope.org:/tmp/cvs-serv19792/src/zope/app/publication/tests
Modified Files:
test_browserpublication.py test_zopepublication.py
Log Message:
moved zope.proxy.context to zope.context
=== Zope3/src/zope/app/publication/tests/test_browserpublication.py 1.11 => 1.12 ===
--- Zope3/src/zope/app/publication/tests/test_browserpublication.py:1.11 Thu May 1 15:35:26 2003
+++ Zope3/src/zope/app/publication/tests/test_browserpublication.py Tue May 27 10:18:22 2003
@@ -25,7 +25,7 @@
from zope.publisher.interfaces.browser \
import IBrowserPresentation, IBrowserPublisher
-from zope.proxy.context import getWrapperContext, wrapperTypes
+from zope.context import getWrapperContext, wrapperTypes
from zope.proxy.introspection import removeAllProxies
from zope.security.proxy import Proxy, getObject
from zope.security.checker import defineChecker, NamesChecker
=== Zope3/src/zope/app/publication/tests/test_zopepublication.py 1.13 => 1.14 ===
--- Zope3/src/zope/app/publication/tests/test_zopepublication.py:1.13 Thu May 1 15:35:26 2003
+++ Zope3/src/zope/app/publication/tests/test_zopepublication.py Tue May 27 10:18:22 2003
@@ -44,7 +44,7 @@
from zope.publisher.base import TestRequest
from zope.publisher.browser import BrowserResponse
-from zope.proxy.context import getWrapperContext
+from zope.context import getWrapperContext
from transaction import get_transaction
from cStringIO import StringIO