Server IP : 68.65.122.142  /  Your IP : 216.73.216.227
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/../lib64/python2.7/../python3.6/pydoc_data/../site-packages/dbus/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/../lib64/python2.7/../python3.6/pydoc_data/../site-packages/dbus/_compat.py
# 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