]> git.ipfire.org Git - thirdparty/libvirt.git/commit
python: Fix generated virInterface method names
authorCole Robinson <crobinso@redhat.com>
Wed, 23 Sep 2009 16:51:55 +0000 (12:51 -0400)
committerCole Robinson <crobinso@redhat.com>
Mon, 5 Oct 2009 17:31:38 +0000 (13:31 -0400)
commit1e87ecd12ed8f56c7cab69c531be69b5bfa1f1f2
treebf54f98b63ce26557731c183f5e34f1b21ed32e6
parent9e09f313d1472d25a32600d9fc90774ecef8aa8b
python: Fix generated virInterface method names

A mistake in the generator was causing virInterface methods to be generated
with unpredicatable names ('ceUndefine', instead of just 'undefine'). This
fixes the method names to match existing convention.

Does anyone care if we are breaking API compat? My guess is that no one is
using the python interface bindings yet.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
python/generator.py