mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Previously to work around some problems in Python 2 header files we had to include <Python.h> before any other config file. For Python 3 which is all we really care about now this is no longer needed. We can move the include from three files into the local "actions.h" file, bringing all the Python definitions and workarounds into a single place.
libguestfs is a library and set of tools for accessing and modifying virtual machine (VM) disk images. This package contains the Python bindings for libguestfs.