~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/adapters/notification.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:
17
17
 
18
18
from zope.component import getUtility
19
19
 
20
 
from lp.services.config import config
21
 
from lp.services.mail.helpers import get_email_template
22
 
from lp.services.webapp import canonical_url
23
20
from lp.app.interfaces.launchpad import ILaunchpadCelebrities
24
21
from lp.archivepublisher.utils import get_ppa_reference
25
22
from lp.archiveuploader.changesfile import ChangesFile
29
26
    )
30
27
from lp.registry.interfaces.person import IPersonSet
31
28
from lp.registry.interfaces.pocket import PackagePublishingPocket
 
29
from lp.services.config import config
32
30
from lp.services.encoding import (
33
31
    ascii_smash,
34
32
    guess as guess_encoding,
35
33
    )
 
34
from lp.services.mail.helpers import get_email_template
36
35
from lp.services.mail.sendmail import (
37
36
    format_address,
38
37
    format_address_for_person,
39
38
    sendmail,
40
39
    )
 
40
from lp.services.webapp import canonical_url
41
41
 
42
42
 
43
43
def reject_changes_file(blamer, changes_file_path, changes, archive,