[Zope3-checkins] CVS: Zope3/src/zope/proxy/tests - test_proxy.py:1.12
Jim Fulton
jim@zope.com
Tue, 3 Jun 2003 18:46:57 -0400
Update of /cvs-repository/Zope3/src/zope/proxy/tests
In directory cvs.zope.org:/tmp/cvs-serv6144/src/zope/proxy/tests
Modified Files:
test_proxy.py
Log Message:
After cleaning up placefull test setup (see earlier checkins)
cleaned up unneeded imports in test modules (and some other modules)
based on the results of running Martijn Faassen's importchecker tool.
=== Zope3/src/zope/proxy/tests/test_proxy.py 1.11 => 1.12 ===
--- Zope3/src/zope/proxy/tests/test_proxy.py:1.11 Wed May 28 18:15:27 2003
+++ Zope3/src/zope/proxy/tests/test_proxy.py Tue Jun 3 18:46:27 2003
@@ -18,9 +18,7 @@
import pickle
import unittest
from zope.testing.doctestunit import DocTestSuite
-from zope.proxy.interfaces import IProxyIntrospection
from zope.proxy import ProxyBase
-from zope import proxy
class Thing:
pass