pushover
pushover copied to clipboard
ConfigParser renamed SafeConfigParser to ConfigParser
I haven't kept up with the Python3 import exceptions, but python3.12 broke pushover and started throwing ModuleNotFoundError (instead of ImportError) and pushover was complaining about SafeConfigParser not being found. Turns out it was renamed in python 3.2. PR incoming.