~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/workingtree_implementations/test_locking.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-09 15:47:02 UTC
  • mto: This revision was merged to the branch mainline in revision 1846.
  • Revision ID: john@arbash-meinel.com-20060709154702-304436a47a55e265
Renaming LockHelpers.py to lock_helpers.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
"""Test locks across all branch implemenations"""
18
18
 
19
 
from bzrlib.tests.LockHelpers import TestPreventLocking, LockWrapper
 
19
from bzrlib.tests.lock_helpers import TestPreventLocking, LockWrapper
20
20
from bzrlib.tests.workingtree_implementations import TestCaseWithWorkingTree
21
21
 
22
22