* python/generator.py: fix the python binding generation for

virNetworkLookup...() functions, which were clashing with
  equivalent virConnLookup...() equivalents, as reported by
  Tatsuro Enokura
Daniel
This commit is contained in:
Daniel Veillard
2007-03-15 15:23:21 +00:00
parent 6f7f84a772
commit d59bfbd00e
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
Thu Mar 15 16:21:46 CET 2007 Daniel Veillard <veillard@redhat.com>
* python/generator.py: fix the python binding generation for
virNetworkLookup...() functions, which were clashing with
equivalent virConnLookup...() equivalents, as reported by
Tatsuro Enokura
Thu Mar 15 15:26:20 CET 2007 Daniel Veillard <veillard@redhat.com>
* src/virsh.c src/xen_internal.c: applied patch from Atsushi SAKAI