Comment 0 for bug 803062

Revision history for this message
Eric Casteleijn (thisfred) wrote : Unsurprisingly, sys.platform == "linux2" check no longer works on linux 3

On Oneiric, which is linux 3, the sys.platform == "linux2" check no longer works. We need to change all occurrences of this to sys.platform.startswith("linux").