Add top-level docstrings to appease the Zope 2.12 APIHelp system (approved by jm)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29571 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dd960191
......@@ -26,6 +26,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
"""
Products.ERP5Type.interfaces.consistency_message
"""
from zope.interface import Interface
......
......@@ -26,7 +26,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
"""
Products.ERP5Type.interfaces.divergence_message
"""
from zope.interface import Interface
class IDivergenceMessage(Interface):
......
......@@ -26,6 +26,9 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
##############################################################################
"""
Products.ERP5Type.interfaces.object_message
"""
from zope.interface import Interface
......
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