adding callable_runone and callable_runall to the docs

This commit is contained in:
Christopher Allan Webber 2013-04-11 16:57:11 -05:00
parent 761e26bb29
commit 36748921c2

View File

@ -21,4 +21,5 @@ Plugin API
.. automodule:: mediagoblin.tools.pluginapi
:members: get_config, register_routes, register_template_path,
register_template_hooks, get_hook_templates
register_template_hooks, get_hook_templates,
callable_runone, callable_runall