MAVProxy
MAVProxy copied to clipboard
Use importlib to handle version and package resources, where available
We fall back to the previous efforts on failure.
Tested back to 3.6
2.7 was a complete write-off due to pre-existing changes.
Rejig this to just use importlib on Windows
Since pkg_resources is going away and importlib has worked since forever, move to just using it now.