~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/win32utils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-11 22:14:43 UTC
  • mfrom: (2598.3.1 rprot)
  • Revision ID: pqm@pqm.ubuntu.com-20070711221443-ntcgqkwy42mislml
(Kuno Meyer) Fix glob_expand_for_win32

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