~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/win32utils.py

  • Committer: Kuno Meyer
  • Date: 2007-07-10 20:04:45 UTC
  • mto: This revision was merged to the branch mainline in revision 2602.
  • Revision ID: kuno.meyer@gmx.ch-20070710200445-ckfv00qm9fampvro
fix method rename glob_expand_for_win32 -> win32utils.glob_expand

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
    return _ensure_unicode(get_host_name())
241
241
 
242
242
 
243
 
def glob_expand_for_win32(file_list):
 
243
def glob_expand(file_list):
244
244
    """Replacement for glob expansion by the shell.
245
245
 
246
246
    Win32's cmd.exe does not do glob expansion (eg ``*.py``), so we do our own