diff options
Diffstat (limited to 'modules/tinderbox_target.py')
-rw-r--r-- | modules/tinderbox_target.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/modules/tinderbox_target.py b/modules/tinderbox_target.py index 42ad6eb8..9cc1acc9 100644 --- a/modules/tinderbox_target.py +++ b/modules/tinderbox_target.py @@ -1,12 +1,15 @@ - """ -builder class for the tinderbox target +Tinderbox target """ +# NOTE: That^^ docstring has influence catalyst-spec(5) man page generation. from catalyst_support import * from generic_stage_target import * class tinderbox_target(generic_stage_target): + """ + Builder class for the tinderbox target + """ def __init__(self,spec,addlargs): self.required_values=["tinderbox/packages"] self.valid_values=self.required_values[:] |