518
518
trace.mutter('Unable to set hidden attribute on %r: %s', path, e)
523
522
"""Convert a Unicode command line into a list of argv arguments.
529
528
:param command_line: The unicode string to split into an arg list.
532
529
:param single_quotes_allowed: Whether single quotes are accepted as quoting
533
530
characters like double quotes. False by