~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/product.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-13 01:11:42 UTC
  • mfrom: (13668.1.31 private-bug-0)
  • Revision ID: launchpad@pqm.canonical.com-20110813011142-b8xvpxhdja422ln2
[rs=sinzui][no-qa] Moved canonical.launchpad.mail to lp.services.mail,
 bugs.mail, code.mail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
    DecoratedResultSet,
91
91
    )
92
92
from canonical.launchpad.interfaces.librarian import ILibraryFileAliasSet
93
 
from canonical.launchpad.mail import (
94
 
    format_address,
95
 
    simple_sendmail,
96
 
    )
97
93
from canonical.launchpad.webapp import (
98
94
    ApplicationMenu,
99
95
    canonical_url,
199
195
    PillarAliases,
200
196
    PublicPersonChoice,
201
197
    )
 
198
from lp.services.mail.sendmail import (
 
199
    format_address,
 
200
    simple_sendmail,
 
201
    )
202
202
from lp.services.propertycache import cachedproperty
203
203
from lp.services.worlddata.interfaces.country import ICountry
204
204
from lp.translations.browser.customlanguagecode import (