D7net
Home
Console
Upload
information
Create file
Create Folder
About
Tools
Logout
Path :
/
etc
/
python3.10
/
..
/
python3.10
/
Filename :
sitecustomize.py
back
Edit
Copy
# install the apport exception handler if available try: import apport_python_hook except ImportError: pass else: apport_python_hook.install()