Re: [libvirt] [PATCH 13/22] apibuild: Avoid double sorting of ids

2018-03-19 Thread Daniel P . Berrangé
On Sat, Mar 17, 2018 at 02:23:31PM +, Radostin Stoyanov wrote: > The uniq() function returns a sorted list, there is no need > to sort this list again. > > Signed-off-by: Radostin Stoyanov > --- > docs/apibuild.py | 19 ++- > 1 file changed, 6

[libvirt] [PATCH 13/22] apibuild: Avoid double sorting of ids

2018-03-17 Thread Radostin Stoyanov
The uniq() function returns a sorted list, there is no need to sort this list again. Signed-off-by: Radostin Stoyanov --- docs/apibuild.py | 19 ++- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/apibuild.py b/docs/apibuild.py index