D7net
Home
Console
Upload
information
Create file
Create Folder
About
Tools
Logout
Path :
/
lib
/
python2.7
/
..
/
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()