Commit 2ad364f4 authored by Ivan Tyagov's avatar Ivan Tyagov

Add doc string.

parent e3d3e6ce
...@@ -27,13 +27,14 @@ ...@@ -27,13 +27,14 @@
# #
############################################################################## ##############################################################################
from Products.ERP5Type.Core.Folder import Folder from Products.ERP5Type.Core.Folder import Folder
from Products.CMFCore.utils import UniqueObject from Products.CMFCore.utils import UniqueObject
class CallableTool(UniqueObject, Folder): class CallableTool(UniqueObject, Folder):
""" """
XXXXX A tool that can be used to add scripts and other callable methods (including
ZSQL templates and HTML templates) to ERP5. It replaces portal_skins.
""" """
id = 'portal_callables' id = 'portal_callables'
meta_type = 'ERP5 Callable Tool' meta_type = 'ERP5 Callable Tool'
portal_type = 'Callable Tool' portal_type = 'Callable Tool'
......
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
<key> <string>text_content_warning_message</string> </key> <key> <string>text_content_warning_message</string> </key>
<value> <value>
<tuple> <tuple>
<string>W: 41, 23: Redefining built-in \'object\' (redefined-builtin)</string> <string>W: 42, 23: Redefining built-in \'object\' (redefined-builtin)</string>
<string>W: 41, 19: Redefining built-in \'id\' (redefined-builtin)</string> <string>W: 42, 19: Redefining built-in \'id\' (redefined-builtin)</string>
</tuple> </tuple>
</value> </value>
</item> </item>
......
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