[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZopePublication - PublicationTraverse.py:1.7

Steve Alexander steve@cat-box.net
Tue, 17 Dec 2002 14:03:09 -0500


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

Modified Files:
	PublicationTraverse.py 
Log Message:
remove unnecessary import


=== Zope3/lib/python/Zope/App/ZopePublication/PublicationTraverse.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/ZopePublication/PublicationTraverse.py:1.6	Mon Jul 29 00:45:26 2002
+++ Zope3/lib/python/Zope/App/ZopePublication/PublicationTraverse.py	Tue Dec 17 14:03:09 2002
@@ -19,7 +19,7 @@
 from Zope.ComponentArchitecture import queryView, getService
 from Zope.Publisher.Exceptions import NotFound
 from types import StringTypes
-from Zope.Proxy.ContextWrapper import ContextWrapper, getWrapperContext
+from Zope.Proxy.ContextWrapper import ContextWrapper 
 
 from Zope.App.OFS.Container.IContainer import IWriteContainer
 from Zope.App.OFS.ApplicationControl.ApplicationControl \