eric7/DebugClients/Python/coverage/env.py

branch
eric7
changeset 8929
fcca2fa618bf
parent 8775
0802ae193343
child 8991
2fc945191992
equal deleted inserted replaced
8928:d856023fbeb0 8929:fcca2fa618bf
8 import sys 8 import sys
9 9
10 # Operating systems. 10 # Operating systems.
11 WINDOWS = sys.platform == "win32" 11 WINDOWS = sys.platform == "win32"
12 LINUX = sys.platform.startswith("linux") 12 LINUX = sys.platform.startswith("linux")
13 OSX = sys.platform == "darwin"
13 14
14 # Python implementations. 15 # Python implementations.
15 CPYTHON = (platform.python_implementation() == "CPython") 16 CPYTHON = (platform.python_implementation() == "CPython")
16 PYPY = (platform.python_implementation() == "PyPy") 17 PYPY = (platform.python_implementation() == "PyPy")
17 JYTHON = (platform.python_implementation() == "Jython") 18 JYTHON = (platform.python_implementation() == "Jython")

eric ide

mercurial