mirror of
https://github.com/github/codeql.git
synced 2025-12-26 05:36:32 +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,)
|