~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/model/bugtarget.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 09:54:33 UTC
  • mfrom: (14486.6.4 drop-obsolete-config-items)
  • Revision ID: launchpad@pqm.canonical.com-20111223095433-amgcz7yu4tsxrypz
[r=wgrant][no-qa] Drop various obsolete config definitions that were
        recently dropped from prod.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    IMasterObject,
30
30
    IMasterStore,
31
31
    )
32
 
from lp.services.searchbuilder import (
 
32
from canonical.launchpad.searchbuilder import (
33
33
    any,
34
34
    not_equals,
35
35
    NULL,
36
36
    )
37
 
from lp.services.webapp.interfaces import (
 
37
from canonical.launchpad.webapp.interfaces import (
38
38
    DEFAULT_FLAVOR,
39
39
    ILaunchBag,
40
40
    IStoreSelector,