~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specificationdependency.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:
25
25
    Int,
26
26
    )
27
27
 
28
 
from canonical.launchpad import _
 
28
from lp import _
29
29
 
30
30
 
31
31
class ISpecificationDependency(Interface):