EMOD-Hub / EMOD

Source files for building the IDM EMOD disease transmission model.
MIT License
94 stars 41 forks source link

Unused python module no longer in standard library #51

Closed kfrey-idm closed 1 month ago

kfrey-idm commented 1 month ago

Remove imp library; deprecated in python 3.4, removed in 3.12: https://docs.python.org/3.11/library/imp.html

Not used so no replacement needed.

Bridenbecker commented 1 month ago

@kfrey-idm Thanks for this PR