~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/scripts/doc/launchpad-scripts.txt

Merged fix-retest-colorize into redo-read-only-transactions-in-buildmaster, resolving several import conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
LaunchpadCronScript) also log warnings and and errors as OOPS reports.
18
18
 
19
19
    >>> import os.path, subprocess, sys
20
 
    >>> from canonical.config import config
 
20
    >>> from lp.services.config import config
21
21
    >>> cronscript_crash_path = os.path.join(
22
22
    ...     config.root, 'lib', 'lp', 'services', 'scripts', 'tests',
23
23
    ...     'cronscript-crash.py')