# DocFinderTab 1.0.5
# (c) 2001-2011, Stefan H. Holek, stefan@epy.co.at
# http://pypi.python.org/pypi/Products.DocFinderTab
# License: ZPL
# Zope: 2.7-2.14

__doc__ = 'Add a Doc tab to all Zope objects'
__version__ = '1.0.5'

ViewDocPermission = 'View documentation'
ViewDocDefaultRoles = ('Manager',)

