* python/libvir.c: fixed a bug in the new wrapper

* python/tests/Makefile.am python/tests/node.py: added a new test for
  the new API
* python/tests/create.py: remove a debug
Daniel
This commit is contained in:
Daniel Veillard
2006-03-29 13:33:37 +00:00
parent 212eaea323
commit 880f4e9ae2
5 changed files with 47 additions and 4 deletions

View File

@@ -4,7 +4,8 @@ PYTESTS= \
basic.py \
create.py \
uuid.py \
error.py
error.py \
node.py
EXTRA_DIST = $(PYTESTS)