D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
python2.7
/
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()