Re: [Qemu-devel] [PATCH v2 0/2] python: Remove unused compatibility modules

2018-06-11 Thread Daniel P . Berrangé
On Fri, Jun 08, 2018 at 02:52:50PM -0300, Eduardo Habkost wrote: > Changes v1 -> v2: > * Remove references to ordereddict.py from Makefiles > (oops) > > Now that we require Python >= 2.7, we don't need > scripts/argparse.py and scripts/ordereddict.py anymore. > > Eduardo Habkost (2): > python

Re: [Qemu-devel] [PATCH v2 0/2] python: Remove unused compatibility modules

2018-06-08 Thread Philippe Mathieu-Daudé
On 06/08/2018 02:52 PM, Eduardo Habkost wrote: > Changes v1 -> v2: > * Remove references to ordereddict.py from Makefiles > (oops) > > Now that we require Python >= 2.7, we don't need > scripts/argparse.py and scripts/ordereddict.py anymore. > > Eduardo Habkost (2): > python: Remove scripts/a

[Qemu-devel] [PATCH v2 0/2] python: Remove unused compatibility modules

2018-06-08 Thread Eduardo Habkost
Changes v1 -> v2: * Remove references to ordereddict.py from Makefiles (oops) Now that we require Python >= 2.7, we don't need scripts/argparse.py and scripts/ordereddict.py anymore. Eduardo Habkost (2): python: Remove scripts/argparse.py python: Remove scripts/ordereddict.py Makefile