sopel-irc / sopel.chat

Website for Sopel
https://sopel.chat
Other
0 stars 11 forks source link

Replace `imp` with `importlib` in `document_sopel_plugins.py` script #52

Closed dgw closed 4 months ago

dgw commented 5 months ago

We will need this when modernizing the site build; Python 3.12 removed the imp module from stdlib.

It already trips me up when testing other modifications using the build script in Gitpod, since their instances default to py3.12.

Edit: Same old thing about forgetting to rebase the branch so #48 is included because Netlify builds HEAD instead of the merge result. I may never learn…