~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 04:38:42 UTC
  • mfrom: (14550.1.2 refactor-imports-redux)
  • Revision ID: launchpad@pqm.canonical.com-20111220043842-5djlrud7wls7cqex
[r=stevenk][no-qa] Re-run format-imports over lib/lp and
 lib/canonical/launchpad.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    SQLBase,
86
86
    sqlvalues,
87
87
    )
88
 
from lp.services.database.decoratedresultset import (
89
 
    DecoratedResultSet,
90
 
    )
91
88
from canonical.launchpad.helpers import shortlist
92
89
from canonical.launchpad.interfaces.lpstorm import IStore
93
90
from canonical.launchpad.searchbuilder import (
106
103
from lp.app.enums import ServiceUsage
107
104
from lp.app.errors import NotFoundError
108
105
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
 
106
from lp.blueprints.model.specification import Specification
109
107
from lp.bugs.interfaces.bug import IBugSet
110
108
from lp.bugs.interfaces.bugattachment import BugAttachmentType
111
109
from lp.bugs.interfaces.bugnomination import BugNominationStatus
162
160
from lp.registry.model.pillar import pillar_sort_key
163
161
from lp.registry.model.sourcepackagename import SourcePackageName
164
162
from lp.services import features
 
163
from lp.services.database.decoratedresultset import DecoratedResultSet
165
164
from lp.services.propertycache import (
166
165
    cachedproperty,
167
166
    get_property_cache,
168
167
    )
169
168
from lp.soyuz.enums import PackagePublishingStatus
170
 
from lp.blueprints.model.specification import Specification
171
169
 
172
170
 
173
171
debbugsseveritymap = {