Dashboard
PHP:
7.4.33
OS:
Linux
User:
sortthru
/
/
usr
/
lib64
/
python3.9
/
site-packages
/
dbus
📤 Upload
📝 New File
📁 New Folder
Close
Editing: _compat.py
# Python 2 / Python 3 compatibility helpers. # SPDX-License-Identifier: MIT import sys is_py3 = (sys.version_info.major == 3) is_py2 = not is_py3
Save
Cancel