D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
snap
/
core20
/
2599
/
etc
/
python3.8
/
Filename :
sitecustomize.py
back
Copy
# install the apport exception handler if available try: import apport_python_hook except ImportError: pass else: apport_python_hook.install()