~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/diff.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:
28
28
    TextLine,
29
29
    )
30
30
 
31
 
from canonical.launchpad import _
 
31
from lp import _
32
32
from lp.code.interfaces.revision import IRevision
33
33
 
34
34