~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/mailman/runmailman.py

  • Committer: Curtis Hovey
  • Date: 2011-12-29 05:40:17 UTC
  • mto: This revision was merged to the branch mainline in revision 14606.
  • Revision ID: curtis.hovey@canonical.com-20111229054017-e6ulob0k70kz3sj2
Renamed CanonicalConfig to LaunchpadConfig because that is what it is doing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    :param command: the command to use.
28
28
    :param quiet: when this is true, no output will happen unless, an error
29
29
        happens.
30
 
    :param config: The CanonicalConfig object to take configuration from.
 
30
    :param config: The LaunchpadConfig object to take configuration from.
31
31
        Defaults to the global one.
32
32
    :param additional_arguments: additional command arguments to pass to the
33
33
        mailmanctl program.
108
108
 
109
109
    :param quiet: when this is true, no output will happen unless, an error
110
110
        happens.
111
 
    :param config: The CanonicalConfig object to take configuration from.
 
111
    :param config: The LaunchpadConfig object to take configuration from.
112
112
        Defaults to the global one.
113
113
    :raises RuntimeException: when Mailman fails to start successfully.
114
114
    """