~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/sourcepackagerecipe.py

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:
52
52
    TextLine,
53
53
    )
54
54
 
55
 
from canonical.launchpad import _
 
55
from lp import _
56
56
from lp.app.validators.name import name_validator
57
57
from lp.code.interfaces.branch import IBranch
58
58
from lp.registry.interfaces.distroseries import IDistroSeries