HEX
Server: Apache/2.4
System: Linux php-v368.wc2.phx1.stabletransit.com 5.10.0-41-amd64 #1 SMP Debian 5.10.251-3 (2026-04-30) x86_64
User: oasisfloral (2219914)
PHP: 7.4.33
Disabled: leak,posix_getpwuid,posix_getpwnam,posix_getgrid,posix_getgrnam,posix_getgroups
Upload Files
File: //lib/python3/dist-packages/MySQLdb/compat.py
import sys

if sys.version_info[0] == 2:
    PY2 = True
    unicode = unicode
    unichr = unichr
    long = long
    StandardError = StandardError
else:
    PY2 = False
    unicode = str
    unichr = chr
    long = int
    StandardError = Exception