# DocFinderTab 1.0.2
# (c) 2001-2006, Stefan H. Holek, stefan@epy.co.at
# http://zope.org/Members/shh/DocFinderTab
# License: ZPL
# Zope: 2.6-2.10

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

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

