work in progress: layout management: repurpose layout instance; provide page (top-level view) that in turn invokes a top-level layout view

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2787 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2008-07-31 16:18:56 +00:00
parent 1e698be24b
commit 93a9f82852

View file

@ -115,6 +115,5 @@ class ViewResources(object):
self.view = view
def __getitem__(self, key):
print key
# TODO...
return []