/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

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
rename = os.rename
311
311
dirname = os.path.dirname
312
312
basename = os.path.basename
 
313
split = os.path.split
 
314
splitext = os.path.splitext
313
315
# These were already imported into local scope
314
316
# mkdtemp = tempfile.mkdtemp
315
317
# rmtree = shutil.rmtree