I have code like this
if sys.platform == \'Unix\': do this elif sys.platform == \'Mac\': do this
I have this check for sys platform because