[Zope3-checkins] CVS: Zope3/src/zope/app/publication/tests - test_zopepublication.py:1.1.2.4
Jim Fulton
jim@zope.com
Mon, 23 Dec 2002 18:53:04 -0500
Update of /cvs-repository/Zope3/src/zope/app/publication/tests
In directory cvs.zope.org:/tmp/cvs-serv2518/zope/app/publication/tests
Modified Files:
Tag: NameGeddon-branch
test_zopepublication.py
Log Message:
refactored context wrappers so we get them just from zope.proxy.context
=== Zope3/src/zope/app/publication/tests/test_zopepublication.py 1.1.2.3 => 1.1.2.4 ===
--- Zope3/src/zope/app/publication/tests/test_zopepublication.py:1.1.2.3 Mon Dec 23 18:22:20 2002
+++ Zope3/src/zope/app/publication/tests/test_zopepublication.py Mon Dec 23 18:52:34 2002
@@ -23,7 +23,7 @@
from zope.publisher.interfaces.browser import IBrowserPublisher
from zope.publisher.interfaces.browser import IBrowserPresentation
-from zope.proxy.context.context import getWrapperContext
+from zope.proxy.context import getWrapperContext
from zope.proxy.introspection import removeAllProxies
from zope.security.checker import defineChecker, NamesChecker