diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-04-22 19:58:29 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-04-22 21:50:15 +0100 |
commit | 16da7589e91b0030fb5564553447f80b97c0b18c (patch) | |
tree | 525ea8ac1d5e28fde2becc9e928dbc1750d01c03 /po | |
parent | 3acf732c2f23d8508f692efb2b222169914bfcdc (diff) | |
download | libguestfs-16da7589e91b0030fb5564553447f80b97c0b18c.tar.gz libguestfs-16da7589e91b0030fb5564553447f80b97c0b18c.tar.xz libguestfs-16da7589e91b0030fb5564553447f80b97c0b18c.zip |
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.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 663490c1..c023ab9c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -122,6 +122,7 @@ perl/bindtests.pl perl/lib/Sys/Guestfs.pm perl/lib/Sys/Guestfs/Lib.pm php/extension/guestfs_php.c +python/guestfs-py-byhand.c python/guestfs-py.c regressions/rhbz501893.c regressions/test-launch-race.pl |