* src/libvirt.c: fixing a bug before the release of 0.0.5

* python/generator.py python/libvir.c python/libvirt-python-api.xml:
  also fixing the binding for getting a domain UUID
* python/tests/Makefile.am python/tests/uuid.py: added a test
  for the new UUID API
Daniel
This commit is contained in:
Daniel Veillard
2006-02-23 11:26:17 +00:00
parent 6eaf35d077
commit 97f9566687
8 changed files with 102 additions and 12 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ EXAMPLE_DIR = $(datadir)/doc/libvirt-python-$(LIBVIRT_VERSION)/examples
PYTESTS= \
basic.py \
create.py
create.py \
uuid.py
EXTRA_DIST = $(PYTESTS)