Commit 62a79278 authored by Jim Fulton's avatar Jim Fulton

removed extra README tab from broken prods

parent c77a86c5
...@@ -426,7 +426,6 @@ def initializeProduct(productp, name, home, app): ...@@ -426,7 +426,6 @@ def initializeProduct(productp, name, home, app):
product.title='Broken product %s' % name product.title='Broken product %s' % name
product.icon='p_/BrokenProduct_icon' product.icon='p_/BrokenProduct_icon'
product.manage_options=( product.manage_options=(
{'label':'README', 'action':'manage_readme'},
{'label':'Traceback', 'action':'manage_traceback'}, {'label':'Traceback', 'action':'manage_traceback'},
) )
......
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