~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Colin Watson
  • Date: 2011-08-19 00:25:11 UTC
  • mfrom: (7675.1045.728 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13909.
  • Revision ID: cjwatson@canonical.com-20110819002511-0x8hrqs1ckiqk53g
merge db-devel

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 (