~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/doc/package-cache.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:
487
487
 
488
488
We will use `SoyuzTestPublisher` for creating convenient publications.
489
489
 
490
 
    >>> from canonical.database.sqlbase import commit
 
490
    >>> from lp.services.database.sqlbase import commit
491
491
    >>> from lp.soyuz.enums import (
492
492
    ...              PackagePublishingStatus)
493
493
    >>> from lp.soyuz.tests.test_publishing import (
494
494
    ...              SoyuzTestPublisher)
495
 
    >>> from canonical.testing.layers import LaunchpadZopelessLayer
 
495
    >>> from lp.testing.layers import LaunchpadZopelessLayer
496
496
 
497
497
    >>> test_publisher = SoyuzTestPublisher()
498
498