Skip to content

Commit

Permalink
Update with changes from old jim-adapter branch.
Browse files Browse the repository at this point in the history
Command used:
  $ svn merge svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@41413 \
              svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@66386 .
  • Loading branch information
philikon committed Apr 4, 2006
1 parent 679a24b commit ab0c84c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions browser/viewmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,19 +355,6 @@ def publishTraverse(self, request, name,
_context.info),
)

def addview(_context, name, permission,
layer=IDefaultBrowserLayer, class_=None,
allowed_interface=None, allowed_attributes=None,
menu=None, title=None
):
return view(_context, name,
'zope.app.container.interfaces.IAdding',
permission,
layer, class_,
allowed_interface, allowed_attributes,
menu, title
)

# transient _handle_menu registry
_registeredMenus = {}

Expand Down

0 comments on commit ab0c84c

Please sign in to comment.