python: Rearrange C files for bindings.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 22 Apr 2011 18:58:29 +0000 (19:58 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 24 Apr 2011 08:22:41 +0000 (09:22 +0100)
commit27a8596c22f825071cde90d4aeb22f4ae812607b
tree5f63c74e5ebb860dcb9f614ede0dd59e8b4967a1
parent38f8ca3674138cee0a68738cff757cf70486a6f8
python: Rearrange C files for bindings.

Move the hand-written functions into two new files:
guestfs-py.h and guestfs-py-byhand.c

This is just code motion.
(cherry picked from commit 16da7589e91b0030fb5564553447f80b97c0b18c)
generator/generator_python.ml
po/POTFILES.in
python/Makefile.am
python/guestfs-py-byhand.c [new file with mode: 0644]
python/guestfs-py.h [new file with mode: 0644]