How do you do this? Where do you start?
bzr: ERROR: exceptions.ImportError: cannot import name shlex_split_unicode
The fix is simple: replace 'shlex_split_unicode' with 'cmdline.split' (also from 'bzrlib.commands').
How do you do this? Where do you start?
bzr: ERROR: exceptions. ImportError: cannot import name shlex_split_unicode
The fix is simple: replace 'shlex_ split_unicode' with 'cmdline.split' (also from 'bzrlib.commands').