~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/nameblacklist.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:
18
18
    TextLine,
19
19
    )
20
20
 
21
 
from canonical.launchpad import _
 
21
from lp import _
22
22
 
23
23
 
24
24
class INameBlacklist(Interface):