📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:51:18
📂
/ (Root)
/
lib64
/
python3.6
/
site-packages
/
dbus
📍 /lib64/python3.6/site-packages/dbus
🔄 Refresh
✏️
Editing: _compat.py
Read Only
# Python 2 / Python 3 compatibility helpers. import sys # In Python 2.6, sys.version_info is not a namedtuple, so we can't use # sys.version_info.major. is_py3 = (sys.version_info[0] == 3) is_py2 = not is_py3
💾 Save Changes
❌ Cancel