Importing deprecated method causes ImportError with bzr 2.5.0dev
Bug #911999 reported by
Florian Rathgeber
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Externals plugin |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The 'shlex_
bzr: ERROR: exceptions.
The fix is simple: replace 'shlex_
Related branches
lp://staging/~florian-rathgeber/bzr-externals/fix-deprecated-split-lp-911999
- Eugene Tarasenko: Needs Fixing
-
Diff: 24 lines (+4/-3)1 file modifiedexternals.py (+4/-3)
Changed in bzr-externals: | |
status: | New → Fix Released |
To post a comment you must log in.
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').