mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
6 lines
86 B
Python
6 lines
86 B
Python
|
|
import sys
|
|
|
|
os_test = sys.platform == "linux"
|
|
version_test = sys.version_info < (3,)
|