/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/osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-20 06:38:49 UTC
  • mfrom: (1773.4.3 bzr.mbp.pyflakes)
  • Revision ID: pqm@pqm.ubuntu.com-20060620063849-400861427a3a9ff1
(mbp) pyflakes cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                           PathNotChild,
48
48
                           IllegalPath,
49
49
                           )
50
 
from bzrlib.symbol_versioning import *
 
50
from bzrlib.symbol_versioning import (deprecated_function, 
 
51
        zero_nine)
51
52
from bzrlib.trace import mutter
52
 
import bzrlib.win32console
53
53
 
54
54
 
55
55
def make_readonly(filename):