[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - view.py:1.15

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


Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv30407/zope/app/browser/services

Modified Files:
	view.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/browser/services/view.py 1.14 => 1.15 ===
--- Zope3/src/zope/app/browser/services/view.py:1.14	Thu May  1 12:28:28 2003
+++ Zope3/src/zope/app/browser/services/view.py	Thu May  1 15:35:04 2003
@@ -26,14 +26,12 @@
 from zope.proxy.context import ContextWrapper
 from zope.publisher.browser import BrowserView
 
-from zope.app.browser.services.configuration import AddComponentConfiguration
 from zope.app.component.interfacefield import InterfaceField
 from zope.app.form.utility import setUpWidgets
 from zope.app.interfaces.container import IZopeContainer
-from zope.app.interfaces.services.configuration import IUseConfiguration
-from zope.app.interfaces.services.configuration \
-     import Unregistered, Registered, Active
-from zope.app.traversing import traverse, getPath, getParent, objectName
+from zope.app.interfaces.services.configuration import \
+     Unregistered, Registered, Active
+from zope.app.traversing import getPath, getParent, objectName
 
 # XXX These are not used in this module, but are referenced in configure.zcml.
 #  either configure.zcml should be fixed, or a comment should replace