[Zope3-checkins] CVS: Zope3/lib/python/Zope/ContextWrapper/tests - test_wrapper.py:1.3 test_proxy.py:NONE

Fred L. Drake, Jr. fdrake@acm.org
Tue, 13 Aug 2002 13:21:31 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/ContextWrapper/tests
In directory cvs.zope.org:/tmp/cvs-serv15998/lib/python/Zope/ContextWrapper/tests

Modified Files:
	test_wrapper.py 
Removed Files:
	test_proxy.py 
Log Message:
Move the proxy base class implementation from Zope.ContextWrapper to
Zope.Proxy.


=== Zope3/lib/python/Zope/ContextWrapper/tests/test_wrapper.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/ContextWrapper/tests/test_wrapper.py:1.2	Mon Jun 10 19:29:25 2002
+++ Zope3/lib/python/Zope/ContextWrapper/tests/test_wrapper.py	Tue Aug 13 13:21:30 2002
@@ -15,7 +15,7 @@
 import unittest
 
 from Zope.ContextWrapper import wrapper
-from Zope.ContextWrapper.tests.test_proxy \
+from Zope.Proxy.tests.test_proxy \
      import Comparable, Thing, ProxyTestCase
 
 

=== Removed File Zope3/lib/python/Zope/ContextWrapper/tests/test_proxy.py ===