HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u90323915 (5560665)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //kunden/proc/self/root/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