[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Services - view.py:1.3

Steve Alexander steve@cat-box.net
Sat, 21 Dec 2002 14:58:26 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Services
In directory cvs.zope.org:/tmp/cvs-serv9671/lib/python/Zope/App/OFS/Services

Modified Files:
	view.py 
Log Message:
removed extraneous import


=== Zope3/lib/python/Zope/App/OFS/Services/view.py 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/Services/view.py:1.2	Thu Dec 19 15:38:21 2002
+++ Zope3/lib/python/Zope/App/OFS/Services/view.py	Sat Dec 21 14:58:26 2002
@@ -18,7 +18,6 @@
 """
 __metaclass__ = type
 
-from Interface.Registry.AdapterRegistry import AdapterRegistry
 from Persistence import Persistent
 from Persistence.PersistentDict import PersistentDict
 from Zope.ComponentArchitecture.IViewService import IViewService