~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Martin Pool
  • Date: 2006-02-22 07:06:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1569.
  • Revision ID: mbp@sourcefrog.net-20060222070612-c108852197fc0ca4
LockDir review comment fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        LockNotHeld, LockBroken
26
26
        )
27
27
from bzrlib.lockdir import LockDir
28
 
from bzrlib.tests import TestCaseInTempDir, TestCaseWithTransport
 
28
from bzrlib.tests import TestCaseWithTransport
29
29
 
30
30
# These tests sometimes use threads to test the behaviour of lock files with
31
31
# concurrent actors.  This is not a typical (or necessarily supported) use;