~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/projectgroup.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:
68
68
from lp.blueprints.model.sprint import HasSprintsMixin
69
69
from lp.bugs.interfaces.bugsummary import IBugSummaryDimension
70
70
from lp.bugs.interfaces.bugtarget import IHasBugHeat
71
 
from lp.bugs.model.bug import (
72
 
    get_bug_tags,
73
 
    )
 
71
from lp.bugs.model.bug import get_bug_tags
74
72
from lp.bugs.model.bugtarget import (
75
73
    BugTargetBase,
76
74
    HasBugHeatMixin,