CI: add_pmbootstrap_to_import_path: add import (MR 802)

Fix error on my machine:
	AttributeError: module 'importlib' has no attribute 'util'
This commit is contained in:
Oliver Smith 2020-08-24 15:19:23 +02:00 committed by Clayton Craft
parent 4a9b92b4fa
commit 67c0e167d2
No known key found for this signature in database
GPG key ID: 23A30DA6D406B355

View file

@ -6,6 +6,7 @@ import shutil
import sys
import os
import importlib
import importlib.util
from distutils.sysconfig import get_python_lib