~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/hasrecipes.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:
17
17
    )
18
18
from zope.interface import Interface
19
19
 
20
 
from canonical.launchpad import _
 
20
from lp import _
21
21
 
22
22
 
23
23
class IHasRecipes(Interface):