~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/codereviewcomment.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
    TextLine,
26
26
    )
27
27
 
28
 
from canonical.launchpad import _
 
28
from lp import _
29
29
from lp.code.enums import CodeReviewVote
30
30
from lp.code.interfaces.branchmergeproposal import IBranchMergeProposal
31
31
from lp.registry.interfaces.person import IPerson