Commit Graph

2 Commits

Author SHA1 Message Date
Ekin Dursun
a3d0562737 Make pluginloader use importlib instead imp
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.
2023-11-12 20:41:43 +03:00
Johan Henkens
e895ce087f Add plugin system 2018-12-05 13:25:47 -08:00