diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-01-08 16:21:04 +0000 |
---|---|---|
committer | Sol Jerome <solj@ices.utexas.edu> | 2010-01-08 16:21:04 +0000 |
commit | bb744f74e49c00d73413defc7ea7069d75d99b45 (patch) | |
tree | 76a533d6d41816b04dab367c8c4fed7da9c86ca3 /src/lib | |
parent | 1983255ac6aeff374b36de56ce6666e2388cc890 (diff) | |
download | bcfg2-bb744f74e49c00d73413defc7ea7069d75d99b45.tar.gz bcfg2-bb744f74e49c00d73413defc7ea7069d75d99b45.tar.bz2 bcfg2-bb744f74e49c00d73413defc7ea7069d75d99b45.zip |
Plugin.py: Fix docstring for GroupSpool
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5667 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Server/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py index 6507d6086..ee7ae7a53 100644 --- a/src/lib/Server/Plugin.py +++ b/src/lib/Server/Plugin.py @@ -706,7 +706,7 @@ class EntrySet: raise PluginExecutionError class GroupSpool(Plugin, Generator): - '''The TGenshi generator implements a templating mechanism for configuration files''' + '''Unified interface for handling group-specific data (e.g. .G## files)''' name = 'GroupSpool' __version__ = '$Id$' __author__ = 'bcfg-dev@mcs.anl.gov' |