Lots, mainly Python bindings.
authorRichard Jones <rjones@redhat.com>
Mon, 13 Apr 2009 17:32:03 +0000 (18:32 +0100)
committerRichard Jones <rjones@redhat.com>
Mon, 13 Apr 2009 17:32:03 +0000 (18:32 +0100)
commitb3f11c5f62f725fa3f09452b38d52dba764f80d0
tree6f1ebeb0d33d0e7cf027be217e75624f47097864
parentf968f6c36fda3bb66cd37cd56de250c29afa7698
Lots, mainly Python bindings.
20 files changed:
.gitignore
README
configure.ac
guestfs.pod
libguestfs.spec.in
ocaml/guestfs_c.c
perl/Guestfs.xs
perl/run-perl-tests
perl/t/050-lvcreate.t [new file with mode: 0644]
python/Makefile.am
python/README-python-bindings [deleted file]
python/guestfs-py.c [new file with mode: 0644]
python/guestfs.py [new file with mode: 0644]
python/t/005-import.py [new file with mode: 0644]
python/t/010-launch.py [new file with mode: 0644]
python/t/050-lvcreate.py [new file with mode: 0644]
src/generator.ml
src/guestfs.c
src/guestfs.h
tests.c