Commit 5c06381f authored by David Glick's avatar David Glick

fix obvious NameError

parent 8b8c0a85
...@@ -230,7 +230,7 @@ class view(zope.app.publisher.browser.viewmeta.view): ...@@ -230,7 +230,7 @@ class view(zope.app.publisher.browser.viewmeta.view):
if view is not None: if view is not None:
return view return view
raise NotFoundError(self, name, request) raise NotFound(self, name, request)
cdict['publishTraverse'] = publishTraverse cdict['publishTraverse'] = publishTraverse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment