~ubuntu-branches/ubuntu/trusty/buildbot/trusty-proposed

« back to all changes in this revision

Viewing changes to buildbot/test/fake/botmaster.py

  • Committer: Package Import Robot
  • Author(s): Andriy Senkovych
  • Date: 2013-10-10 13:22:47 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20131010132247-m622rpa3yemt62te
Tags: 0.8.8-1
* New upstream release
* Remove text-client.patch (applied upstream)
* Add bash-completion. Thanks to Elmir Jagudin
* debian/control: add Vcs-* fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        # that this requires that MasterLock and SlaveLock (marker) instances
31
31
        # be hashable and that they should compare properly.
32
32
        return self.locks[lockid]
 
33
 
 
34
    def getLockFromLockAccess(self, access):
 
35
        return self.getLockByID(access.lockid)