~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/security.py

  • Committer: Ian Booth
  • Date: 2011-12-22 06:03:11 UTC
  • mto: This revision was merged to the branch mainline in revision 14580.
  • Revision ID: ian.booth@canonical.com-20111222060311-a249v5rwhr1ddv5d
Lint

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from lp.bugs.interfaces.bugwatch import IBugWatch
28
28
from lp.bugs.interfaces.structuralsubscription import IStructuralSubscription
29
29
from lp.registry.interfaces.role import IHasOwner
30
 
from lp.services.features import getFeatureFlag
31
30
from lp.services.messages.interfaces.message import IMessage
32
31
 
33
32