offlineimap3 icon indicating copy to clipboard operation
offlineimap3 copied to clipboard

py3.12: allow config files with any extension

Open WhyNotHugo opened this issue 1 year ago • 0 comments
trafficstars

importlib only allows importing files ending in .so or .py. This change is required to maintain backwards compatibility with paths with any filename

This PR

  • [x] I've read the DCO.
  • [x] I've read the Coding Guidelines
  • [x] The relevant informations about the changes stands in the commit message, not here in the message of the pull request.
  • [x] Code changes follow the style of the files they change.
  • [x] Code is tested (provide details).

WhyNotHugo avatar Mar 28 '24 22:03 WhyNotHugo