ok

Mini Shell

Direktori : /opt/alt/python35/lib/python3.5/site-packages/cerberus/
Upload File :
Current File : //opt/alt/python35/lib/python3.5/site-packages/cerberus/platform.py

""" Platform-dependent objects """

import sys


PYTHON_VERSION = float(sys.version_info[0]) + float(sys.version_info[1]) / 10


if PYTHON_VERSION < 3:
    _str_type = basestring  # noqa
    _int_types = (int, long)  # noqa
else:
    _str_type = str
    _int_types = (int,)

Zerion Mini Shell 1.0