Re: [Qemu-devel] [PATCH 0/3] python: Revert sys.path hacks used for compat modules

2018-06-20 Thread Stefan Hajnoczi
On Mon, Jun 18, 2018 at 07:51:28PM -0300, Eduardo Habkost wrote: > Now that the 'argparse' and 'ordereddict' compat modules were > removed, we can remove some sys.path hacks added because of them. > > Eduardo Habkost (3): > device-crash-test: No need for sys.path hack > Revert "docker.py: Pyth

[Qemu-devel] [PATCH 0/3] python: Revert sys.path hacks used for compat modules

2018-06-18 Thread Eduardo Habkost
Now that the 'argparse' and 'ordereddict' compat modules were removed, we can remove some sys.path hacks added because of them. Eduardo Habkost (3): device-crash-test: No need for sys.path hack Revert "docker.py: Python 2.6 argparse compatibility" Revert "tests: migration/guestperf Python 2.