From 7e06e71fb12413b5179a151a99fcfea94ee004d7 Mon Sep 17 00:00:00 2001 From: Mike McCallister Date: Sat, 23 Jul 2011 23:51:13 -0500 Subject: Added docstring to explain what 'datastore' argument contains. --- src/lib/Server/Plugin.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lib/Server/Plugin.py') diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py index 108e2d89f..70ab64df0 100644 --- a/src/lib/Server/Plugin.py +++ b/src/lib/Server/Plugin.py @@ -87,6 +87,11 @@ class Plugin(object): sort_order = 500 def __init__(self, core, datastore): + """Initialize the plugin. + + :param core: the Bcfg2.Server.Core initializing the plugin + :param datastore: the filesystem path of Bcfg2's repository + """ object.__init__(self) self.Entries = {} self.core = core -- cgit v1.2.3-1-g7c22