[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - ViewService.py:1.1.2.15
Jim Fulton
jim@zope.com
Sun, 24 Mar 2002 16:51:22 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv32285
Modified Files:
Tag: Zope-3x-branch
ViewService.py
Log Message:
Added interface assertion.
=== Zope3/lib/python/Zope/ComponentArchitecture/ViewService.py 1.1.2.14 => 1.1.2.15 ===
class ViewService:
+ __implements__ = IViewService
+
+
def __init__(self):
self.__layers = {}
self.__default_view_names = IToIDataRegistry()