~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/adapters.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:
18
18
from zope.interface import implements
19
19
 
20
20
from canonical.launchpad.webapp.interfaces import ILaunchpadPrincipal
21
 
from lp.archivepublisher.interfaces.publisherconfig import (
22
 
    IPublisherConfigSet,
23
 
    )
 
21
from lp.archivepublisher.interfaces.publisherconfig import IPublisherConfigSet
24
22
from lp.registry.interfaces.poll import (
25
23
    IPollSet,
26
24
    IPollSubset,