~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/scanner/email.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:
11
11
 
12
12
from zope.component import getUtility
13
13
 
14
 
from lp.services.config import config
15
14
from lp.code.enums import BranchSubscriptionNotificationLevel
16
15
from lp.code.interfaces.branchjob import (
17
16
    IRevisionMailJobSource,
18
17
    IRevisionsAddedJobSource,
19
18
    )
 
19
from lp.services.config import config
20
20
 
21
21
 
22
22
def subscribers_want_notification(db_branch):