~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-01 11:37:40 UTC
  • mfrom: (14612.2.10 oh-god-so-many-imports)
  • Revision ID: launchpad@pqm.canonical.com-20120101113740-o241xl1m2njr25qn
[r=wgrant][no-qa] Post-apocalyptic tree-wide format-imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    )
47
47
 
48
48
from lp import _
49
 
from lp.services.webapp.interfaces import ILaunchpadApplication
50
49
from lp.registry.interfaces.person import IPerson
51
50
from lp.services.fields import PublicPersonChoice
52
51
from lp.services.identity.interfaces.emailaddress import IEmailAddress
53
52
from lp.services.librarian.interfaces import ILibraryFileAlias
54
53
from lp.services.messages.interfaces.message import IMessage
 
54
from lp.services.webapp.interfaces import ILaunchpadApplication
55
55
 
56
56
 
57
57
class IMailingListApplication(ILaunchpadApplication):