mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python/guestfs.py:136:37: E712 comparison to True should be 'if cond is True:' or 'if cond:' python/t/tests_helper.py:42:8: E713 test for membership should be 'not in' No functional changes, as the new versions follow the suggested Python coding style to do the same things.
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.