core-agent-linux/qubesagent
Marek Marczykowski-Górecki 940b0f3646
Do not use legacy distutils.spawn
The whole distutils module is a legacy thing in python3. Specifically,
most of it is not installed in Debian by default (there is only
distutils.version). Depending on python3-distutils is problematic, as
it's availability varies between Debian versions.

Instead of fighting with special cases in dependencies, replace the
whole thing with non-legacy shutil.which() (available since Python 3.3).
2020-07-02 02:56:13 +02:00
..
__init__.py
firewall.py Do not use legacy distutils.spawn 2020-07-02 02:56:13 +02:00
test_firewall.py
test_vmexec.py
test_xdg.py
vmexec.py
xdg.py