Comment 1 for bug 911999

Revision history for this message
OB (y-cosey-n) wrote :

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').