Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
lib64
/
python3.9
/
site-packages
/
dbus
/
Filename :
_compat.py
back
Copy
# Python 2 / Python 3 compatibility helpers. # SPDX-License-Identifier: MIT import sys is_py3 = (sys.version_info.major == 3) is_py2 = not is_py3