eric7/DebugClients/Python/coverage/env.py

branch
eric7
changeset 8929
fcca2fa618bf
parent 8775
0802ae193343
child 8991
2fc945191992
--- a/eric7/DebugClients/Python/coverage/env.py	Sun Jan 16 20:28:42 2022 +0100
+++ b/eric7/DebugClients/Python/coverage/env.py	Sat Jan 22 14:44:56 2022 +0100
@@ -10,6 +10,7 @@
 # Operating systems.
 WINDOWS = sys.platform == "win32"
 LINUX = sys.platform.startswith("linux")
+OSX = sys.platform == "darwin"
 
 # Python implementations.
 CPYTHON = (platform.python_implementation() == "CPython")

eric ide

mercurial