[Zope3-checkins] CVS: Zope3/src/zope/context/tests - test_wrapper.py:1.23

Philipp von Weitershausen philikon at philikon.de
Sun Aug 17 03:09:28 EDT 2003


Update of /cvs-repository/Zope3/src/zope/context/tests
In directory cvs.zope.org:/tmp/cvs-serv7189/context/tests

Modified Files:
	test_wrapper.py 
Log Message:
Removed unused imports.


=== Zope3/src/zope/context/tests/test_wrapper.py 1.22 => 1.23 ===
--- Zope3/src/zope/context/tests/test_wrapper.py:1.22	Thu Jul 17 10:00:00 2003
+++ Zope3/src/zope/context/tests/test_wrapper.py	Sun Aug 17 02:08:53 2003
@@ -17,7 +17,7 @@
 import unittest
 from types import MethodType, FunctionType
 from zope.proxy import getProxiedObject
-from zope.context import Wrapper, wrapper, ContextMethod, ContextProperty
+from zope.context import wrapper, ContextMethod, ContextProperty
 from zope.proxy.tests.test_proxy import Thing, ProxyTestCase
 
 _marker = object()




More information about the Zope3-Checkins mailing list