mczwier / westpa_py3

WESTPA: The Weighted Ensemble Simulation Toolkit with Parallelization and Analysis
https://westpa.github.io/westpa
MIT License
3 stars 2 forks source link

Replace imp module with importlib #1

Open mczwier opened 5 years ago

mczwier commented 5 years ago

The imp module is deprecated in Python 3.7. lib/west_tools/westpa/ext_loader.py should be updated.