~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/projectgroup.py

  • Committer: William Grant
  • Date: 2012-01-01 02:58:52 UTC
  • mto: This revision was merged to the branch mainline in revision 14614.
  • Revision ID: william.grant@canonical.com-20120101025852-p6ouypk9mzb5usn8
format-imports on lib/. So many imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    )
43
43
 
44
44
from lp import _
 
45
from lp.app.interfaces.headings import IRootContext
45
46
from lp.app.interfaces.launchpad import (
46
47
    IHasIcon,
47
48
    IHasLogo,
48
49
    IHasMugshot,
 
50
    IServiceUsage,
49
51
    )
50
 
from lp.app.interfaces.headings import IRootContext
51
 
from lp.app.interfaces.launchpad import IServiceUsage
52
52
from lp.app.validators.name import name_validator
53
53
from lp.blueprints.interfaces.specificationtarget import IHasSpecifications
54
54
from lp.blueprints.interfaces.sprint import IHasSprints