[Zope3-checkins] CVS: Zope3/src/zope/app/publisher/xmlrpc/tests - test_directives.py:1.4

Martijn Faassen m.faassen@vet.uu.nl
Thu, 1 May 2003 15:36:00 -0400


Update of /cvs-repository/Zope3/src/zope/app/publisher/xmlrpc/tests
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/publisher/xmlrpc/tests

Modified Files:
	test_directives.py 
Log Message:
Importgeddon part the second. Removed unused imports throughout the
source tree. This should have taken care of most unused imports
in Zope 3. :)


=== Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py:1.3	Mon Dec 30 22:35:10 2002
+++ Zope3/src/zope/app/publisher/xmlrpc/tests/test_directives.py	Thu May  1 15:35:29 2003
@@ -20,9 +20,8 @@
 
 from zope.configuration.xmlconfig import xmlconfig, XMLConfig
 from zope.configuration.exceptions import ConfigurationError
-from zope.component.tests.views import IC, V1, VZMI, R1, RZMI
+from zope.component.tests.views import IC, V1
 from zope.component import getView, queryView
-from zope.component import getDefaultViewName
 from zope.app.tests.placelesssetup import PlacelessSetup
 from zope.security.proxy import ProxyFactory
 from cStringIO import StringIO