From: Arto J. <no...@gi...> - 2024-02-12 14:00:52
|
Branch: refs/heads/master Home: https://github.com/pytrainer/pytrainer Commit: 53b4a6b282f651768b5a6f9d801c0a71f22d788e https://github.com/pytrainer/pytrainer/commit/53b4a6b282f651768b5a6f9d801c0a71f22d788e Author: Arto Jantunen <vi...@ik...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pytrainer/extensions/googlemaps.py M pytrainer/extensions/osm.py Log Message: ----------- Fix extensions html import Broken in commit 218b0603e8b8 (which changed this in the wrong direction by keeping the Python 2 fallback code and dropping the Python 3 version). Thanks @hjerning for noticing so quickly. Commit: 3d0b6548839740b7fce336a4e36bec828145bb20 https://github.com/pytrainer/pytrainer/commit/3d0b6548839740b7fce336a4e36bec828145bb20 Author: Arto Jantunen <vi...@ik...> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M pytrainer/extensions/googlemaps.py M pytrainer/extensions/osm.py Log Message: ----------- Merge pull request #260 from viiru-/fix-html-import Fix extensions html import Compare: https://github.com/pytrainer/pytrainer/compare/916efb2de3ef...3d0b65488397 |