diff options
author | Daniel Veillard <veillard@redhat.com> | 2006-03-23 15:42:10 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@redhat.com> | 2006-03-23 15:42:10 +0000 |
commit | 99865a4c8db85d0a2fe8af86f5456987ac23ed7b (patch) | |
tree | 84a7f21f2b3047d3612ddf3c0892b36edccbf0d3 /tests | |
parent | d2941a3da39e6197232031a2e9ad0919aaa7f934 (diff) | |
download | libvirt-python-v6-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.tar.gz libvirt-python-v6-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.tar.xz libvirt-python-v6-99865a4c8db85d0a2fe8af86f5456987ac23ed7b.zip |
* src/xs_internal.c src/xs_internal.h include/virterror.h
src/virterror.c: created a new module related to Xen Store accesses
* src/libvirt.c src/xen_internal.[ch] src/xend_internal.[ch]:
nearly completed the separation of the code from the different modules
Daniel
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create.py b/tests/create.py index 0c62edb..c897741 100755 --- a/tests/create.py +++ b/tests/create.py @@ -84,7 +84,7 @@ if dom == None: print 'Failed to create a test domain' sys.exit(1) -# print dom0 +print dom print "Domain: id %d running %s" % (dom.ID(), dom.OSType()) |