mirror of
https://github.com/frej/fast-export.git
synced 2026-09-14 10:43:04 +00:00
Python 3.12 has removed imp and it's recommended to use importlib instead. Python 2.7 doesn't have importlib, so Python 2.7 support is ceased (not a big deal since it's been more than 3 years since it was EOLed) as a part of this change.