[Zope3-checkins] CVS: Products3/zwiki/tests - test_traversable.py:1.3 test_traverser.py:1.3 test_wikimail.py:1.2 test_wikipagehierarchy.py:1.7

Marius Gedminas mgedmin@codeworks.lt
Wed, 28 May 2003 02:53:48 -0400


Update of /cvs-repository/Products3/zwiki/tests
In directory cvs.zope.org:/tmp/cvs-serv31094/tests

Modified Files:
	test_traversable.py test_traverser.py test_wikimail.py 
	test_wikipagehierarchy.py 
Log Message:
zope.proxy.context is now just zope.context

=== Products3/zwiki/tests/test_traversable.py 1.2 => 1.3 ===
--- Products3/zwiki/tests/test_traversable.py:1.2	Wed Apr  9 17:47:17 2003
+++ Products3/zwiki/tests/test_traversable.py	Wed May 28 02:53:47 2003
@@ -18,7 +18,7 @@
 import unittest, sys
 from zope.exceptions import NotFoundError
 from zope.testing.cleanup import CleanUp
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
 
 from zopeproducts.zwiki.wiki import Wiki
 from zopeproducts.zwiki.wikipage import WikiPage


=== Products3/zwiki/tests/test_traverser.py 1.2 => 1.3 ===
--- Products3/zwiki/tests/test_traverser.py:1.2	Wed Apr  9 17:47:17 2003
+++ Products3/zwiki/tests/test_traverser.py	Wed May 28 02:53:47 2003
@@ -24,7 +24,7 @@
 from zope.exceptions import NotFoundError
 from zope.app.tests.placelesssetup import PlacelessSetup
 from zope.proxy.introspection import removeAllProxies
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
 
 from zopeproducts.zwiki.interfaces import IWikiPage
 from zopeproducts.zwiki.wiki import Wiki


=== Products3/zwiki/tests/test_wikimail.py 1.1 => 1.2 ===
--- Products3/zwiki/tests/test_wikimail.py:1.1	Sat Apr 12 19:05:35 2003
+++ Products3/zwiki/tests/test_wikimail.py	Wed May 28 02:53:47 2003
@@ -17,7 +17,7 @@
 """
 import unittest
 
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
 from zope.component.adapter import provideAdapter
 from zope.component.tests.placelesssetup import PlacelessSetup
 from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable


=== Products3/zwiki/tests/test_wikipagehierarchy.py 1.6 => 1.7 ===
--- Products3/zwiki/tests/test_wikipagehierarchy.py:1.6	Sat Apr 12 19:05:35 2003
+++ Products3/zwiki/tests/test_wikipagehierarchy.py	Wed May 28 02:53:47 2003
@@ -26,7 +26,7 @@
 from zope.app.interfaces.annotation import IAnnotations, IAttributeAnnotatable
 from zope.app.interfaces.traversing import IObjectName
 
-from zope.proxy.context import ContextWrapper
+from zope.context import ContextWrapper
 from zope.app.attributeannotations import AttributeAnnotations
 from zope.app.traversing.adapters import ObjectName