thinrasp/etc_org/python2.7/sitecustomize.py

8 lines
155 B
Python
Raw Normal View History

2019-11-26 21:36:24 +01:00
# install the apport exception handler if available
try:
import apport_python_hook
except ImportError:
pass
else:
apport_python_hook.install()