~adeuring/launchpad/debbugs-updater-debugging

« back to all changes in this revision

Viewing changes to lib/lp/buildmaster/interfaces/buildfarmjob.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-03-17 21:42:39 UTC
  • mfrom: (7675.2891.111 launchpad)
  • Revision ID: launchpad@pqm.canonical.com-20100317214239-qzbqzq46ue8ibsby
[rs=buildbot-poller] automatic merge from stable. Revisions: 10536,
        10537, 10538 included.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
            "return None."))
92
92
 
93
93
 
94
 
 
95
94
class ISpecificBuildFarmJobClass(Interface):
96
95
    """Class interface provided by `IBuildFarmJob` classes.
97
96