[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI - ZMIViewUtility.py:1.4

Steve Alexander steve@cat-box.net
Tue, 22 Oct 2002 08:11:13 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI
In directory cvs.zope.org:/tmp/cvs-serv7233/lib/python/Zope/App/ZMI

Modified Files:
	ZMIViewUtility.py 
Log Message:
removed extraneous imports


=== Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py 1.3 => 1.4 ===
--- Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py:1.3	Tue Jun 18 15:34:57 2002
+++ Zope3/lib/python/Zope/App/ZMI/ZMIViewUtility.py	Tue Oct 22 08:11:12 2002
@@ -16,12 +16,8 @@
 $Id$
 """
 
-from Zope.ComponentArchitecture.ContextDependent import ContextDependent
 from Zope.Publisher.Browser.BrowserView import BrowserView
 from Zope.ComponentArchitecture import getService
-from Zope.App.ZopePublication.PublicationTraverse \
-     import PublicationTraverser
-from Zope.Exceptions import Unauthorized, Forbidden
 
 from Interface import Interface