~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/mail/sourcepackagerecipebuild.py

Fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 
1
# Copyright 2010 Canonical Ltd.  This software is licensed under the
2
2
# GNU Affero General Public License version 3 (see the file LICENSE).
3
3
 
4
4
__metaclass__ = type
19
19
 
20
20
class SourcePackageRecipeBuildMailer(BaseMailer):
21
21
 
22
 
    app = 'code'
23
 
 
24
22
    @classmethod
25
23
    def forStatus(cls, build):
26
24
        """Create a mailer for notifying about build status.