/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/lockable_files.py

  • Committer: Martin Pool
  • Date: 2006-04-12 04:52:20 UTC
  • mto: This revision was merged to the branch mainline in revision 1657.
  • Revision ID: mbp@sourcefrog.net-20060412045220-5c60952c072a085a
Review style cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.errors import LockError, ReadOnlyError
25
25
from bzrlib.osutils import file_iterator, safe_unicode
26
26
from bzrlib.symbol_versioning import *
27
 
from bzrlib.symbol_versioning import deprecated_method, zero_eight
28
27
from bzrlib.trace import mutter, note
29
28
import bzrlib.transactions as transactions
30
29