bindings: python: fix the distutils import
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 24 Oct 2023 07:55:12 +0000 (09:55 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 24 Oct 2023 08:16:50 +0000 (10:16 +0200)
commit05658dc1bc61ae5a9b7310277998e7e0dcea3165
tree5c58487f5a06e09c2f963f9b4ffe9b3555e571a9
parent9f9671dbb68e612e4ea9e12921ba05c0f11955bd
bindings: python: fix the distutils import

The presence of _distutils in setuptools is an implementation detail. If
we want anything from the distutils package, we should import it directly.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/tests/__init__.py