wader
wader copied to clipboard
could plugins/oses use platform.linux_distribution?
There seems to be a python function to get the platform: http://docs.python.org/library/platform.html#platform.linux_distribution
Hi Thomas, Yes, this looks like a good thing to do. We'll need to find out the strings that each platform returns so we can cut over, but of course there's nothing to stop us doing this piecemeal.
Thanks,
Andrew