1 2 3 4 5 6
"""Platform and Python version compatibility support.""" import sys WIN = sys.platform in ('win32', 'cygwin')