~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_permissions.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-21 03:35:57 UTC
  • mfrom: (3834.2.2 controlfiles)
  • Revision ID: pqm@pqm.ubuntu.com-20081121033557-q9noqdq5v3ulpg9a
(mbp) Deprecate LockableFiles._escape

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
from bzrlib.branch import Branch
40
40
from bzrlib.bzrdir import BzrDir
41
 
from bzrlib.lockable_files import LockableFiles, TransportLock
42
41
from bzrlib.tests import TestCaseWithTransport, TestSkipped
43
42
from bzrlib.tests.test_sftp_transport import TestCaseWithSFTPServer
44
43
from bzrlib.transport import get_transport