~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/badge.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:
21
21
    Interface,
22
22
    )
23
23
 
24
 
from canonical.lazr.interfaces import IObjectPrivacy
 
24
from lp.services.privacy.interfaces import IObjectPrivacy
25
25
 
26
26
 
27
27
class Badge: