open-mpi / mtt

MPI Testing Tool
https://open-mpi.github.io/mtt
Other
63 stars 47 forks source link

remove usage of deprecated imp module #936

Closed hppritcha closed 2 years ago

hppritcha commented 2 years ago

got tired of seeing the deprecation warning for using imp each time I ran pymtt.

We no longer pretend to support Python 2.x so don't have a conditional to use the imp module if running under a 2.x python instance.

Signed-off-by: Howard Pritchard howardp@lanl.gov