summaryrefslogtreecommitdiffstats
path: root/python/README-python-bindings
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-13 18:32:03 +0100
committerRichard Jones <rjones@redhat.com>2009-04-13 18:32:03 +0100
commitb3f11c5f62f725fa3f09452b38d52dba764f80d0 (patch)
tree6f1ebeb0d33d0e7cf027be217e75624f47097864 /python/README-python-bindings
parentf968f6c36fda3bb66cd37cd56de250c29afa7698 (diff)
downloadlibguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.tar.gz
libguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.tar.xz
libguestfs-b3f11c5f62f725fa3f09452b38d52dba764f80d0.zip
Lots, mainly Python bindings.
Diffstat (limited to 'python/README-python-bindings')
-rw-r--r--python/README-python-bindings7
1 files changed, 0 insertions, 7 deletions
diff --git a/python/README-python-bindings b/python/README-python-bindings
deleted file mode 100644
index 4c5aa382..00000000
--- a/python/README-python-bindings
+++ /dev/null
@@ -1,7 +0,0 @@
-There are no Python bindings right now.
-
-Know Python? Why not contribute some!
-
-You will need to autogenerate them by adding the appropriate code
-snippets to src/generator.ml. For inspiration, I suggest looking at
-how the OCaml and Perl bindings were done.