0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.147.56.125


Current Path : /snap/core22/1722/lib/python3/dist-packages/dbus/
Upload File :
Current File : //snap/core22/1722/lib/python3/dist-packages/dbus/_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