mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-04 02:31:31 +08:00
4 lines
70 B
Python
Vendored
4 lines
70 B
Python
Vendored
import platform
|
|
|
|
is_pypy = platform.python_implementation() == 'PyPy'
|