Your IP : 10.10.0.253


Current Path : /proc/self/root/proc/self/root/etc/python3.9/
Upload File :
Current File : //proc/self/root/proc/self/root/etc/python3.9/sitecustomize.py

# install the apport exception handler if available
try:
    import apport_python_hook
except ImportError:
    pass
else:
    apport_python_hook.install()