Skip to content
Commit e65c7b55 authored by Radostin Stoyanov's avatar Radostin Stoyanov Committed by Andrei Vagin
Browse files

zdtm: Replace imp module with importlib

imp.load_source() has been deprecated [1]. The recommended alternative
API for loading a module is exec_module() [2].

[1] https://docs.python.org/2.7/library/imp.html#imp.load_module
[2] https://docs.python.org/3.4/library/importlib.html#importlib.abc.Loader.exec_module



Signed-off-by: default avatarRadostin Stoyanov <rstoyanov1@gmail.com>
parent 43095fad
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment