~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-01-03 01:55:24 UTC
  • mfrom: (2215.4.3 plugins.from.zips)
  • Revision ID: pqm@pqm.ubuntu.com-20070103015524-b3c9e901a96b16a2
(bialix) Bugfix #68124: Allow import plugins from zip archives

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