]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: apibuild: Fix for python 2.6
authorPeter Krempa <pkrempa@redhat.com>
Fri, 22 Apr 2016 08:08:56 +0000 (10:08 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 22 Apr 2016 08:14:13 +0000 (10:14 +0200)
commit2f745b63fda7765178b2d69584183b9af821fa4f
tree4da225564537d1959f154cfb6be0ebaabe92e984
parent2d04f6de77d437fa60361950e5f18fac8c1c922d
docs: apibuild: Fix for python 2.6

Ancient python didn't like the new list added in 99283874. Convert it to
a dict.
docs/apibuild.py